Skip to content

Commit

Permalink
Merge pull request #160716 from Porkepix/bump-hcl2json-0.6.1
Browse files Browse the repository at this point in the history
hcl2json 0.6.1
  • Loading branch information
BrewTestBot authored Jan 23, 2024
2 parents 89afc77 + c2d4891 commit 0ec79f8
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/h/hcl2json.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
class Hcl2json < Formula
desc "Convert HCL2 to JSON"
homepage "https://github.com/tmccombs/hcl2json"
url "https://github.com/tmccombs/hcl2json/archive/refs/tags/v0.6.0.tar.gz"
sha256 "2ec33271f1e332329bd112b8fa56e05434ec61d496a3950934782b1d21c4a26d"
url "https://github.com/tmccombs/hcl2json/archive/refs/tags/v0.6.1.tar.gz"
sha256 "2edf69c7c46f7dd931865c0857c1dbc6fc52764d687a8f224e3ba0b715705318"
license "Apache-2.0"
head "https://github.com/tmccombs/hcl2json.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d353ffe2b15c95d877c0838fde36840f45ed5f3d11bb570cda556e66112efa95"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4dd4d6ba11a2c8a467920a0ece7796a36251babfd0433da82a6af61292035d45"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4dd4d6ba11a2c8a467920a0ece7796a36251babfd0433da82a6af61292035d45"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "4dd4d6ba11a2c8a467920a0ece7796a36251babfd0433da82a6af61292035d45"
sha256 cellar: :any_skip_relocation, sonoma: "1edcc690400d8c8b29479c1473632f0b82ee0f84efb99af2cb2485777c3b4b56"
sha256 cellar: :any_skip_relocation, ventura: "9a013efd58dd3b6faf647f8c7c02180ece99d1125c7c1b530ff5522d682faa45"
sha256 cellar: :any_skip_relocation, monterey: "9a013efd58dd3b6faf647f8c7c02180ece99d1125c7c1b530ff5522d682faa45"
sha256 cellar: :any_skip_relocation, big_sur: "9a013efd58dd3b6faf647f8c7c02180ece99d1125c7c1b530ff5522d682faa45"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8be0b345e6e5736d86ffe4823a513a99527f57f378ce38d71292e87b69303bed"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e42892767a009e36a86fa99299abac98d914ed752984807b87347df6f311ce99"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e42892767a009e36a86fa99299abac98d914ed752984807b87347df6f311ce99"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e42892767a009e36a86fa99299abac98d914ed752984807b87347df6f311ce99"
sha256 cellar: :any_skip_relocation, sonoma: "d9b874b271f5a5df878c3ee6a4beb532b55ee7c06df7441d340164c47e794a7a"
sha256 cellar: :any_skip_relocation, ventura: "d9b874b271f5a5df878c3ee6a4beb532b55ee7c06df7441d340164c47e794a7a"
sha256 cellar: :any_skip_relocation, monterey: "d9b874b271f5a5df878c3ee6a4beb532b55ee7c06df7441d340164c47e794a7a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8ad7d585670c797099e995ba6cebbcacb27e467df67e0be711cf5a7c35bffc8"
end

depends_on "go" => :build
Expand Down

0 comments on commit 0ec79f8

Please sign in to comment.