Skip to content

Commit c74ad1e

Browse files
authored
Merge pull request Homebrew#178948 from Homebrew/bump-hcl2json-0.6.4
hcl2json 0.6.4
2 parents 16e59ae + 7497109 commit c74ad1e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/h/hcl2json.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Hcl2json < Formula
22
desc "Convert HCL2 to JSON"
33
homepage "https://github.com/tmccombs/hcl2json"
4-
url "https://github.com/tmccombs/hcl2json/archive/refs/tags/v0.6.3.tar.gz"
5-
sha256 "b01d5dc02c7fc4806a0eab1bdd87d0efd8eb4f30e02709492c3b043e7901d835"
4+
url "https://github.com/tmccombs/hcl2json/archive/refs/tags/v0.6.4.tar.gz"
5+
sha256 "577009829cb3de548e1ae78f9b934cdcfafb1b5b1f3d5b2a62ceb1f6d88fff62"
66
license "Apache-2.0"
77
head "https://github.com/tmccombs/hcl2json.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a341664a3f3e2d51a3caef4d0e1648ce52bedf68eb3bccbe80d7ac876625ad92"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a341664a3f3e2d51a3caef4d0e1648ce52bedf68eb3bccbe80d7ac876625ad92"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "a341664a3f3e2d51a3caef4d0e1648ce52bedf68eb3bccbe80d7ac876625ad92"
13-
sha256 cellar: :any_skip_relocation, sonoma: "28b7d8a4de5acafd782cb233a3240a45231923b6a2f932dd0219e12ac0bb2783"
14-
sha256 cellar: :any_skip_relocation, ventura: "28b7d8a4de5acafd782cb233a3240a45231923b6a2f932dd0219e12ac0bb2783"
15-
sha256 cellar: :any_skip_relocation, monterey: "28b7d8a4de5acafd782cb233a3240a45231923b6a2f932dd0219e12ac0bb2783"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4638be888420eb151ad1e9c3f141dfc8feb1e5d2677f420eb5c55709fd94378d"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ec9a49b460d45145f06fd5290eeb0e728281e98ef0df96020014a77a224ec4b0"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec9a49b460d45145f06fd5290eeb0e728281e98ef0df96020014a77a224ec4b0"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "ec9a49b460d45145f06fd5290eeb0e728281e98ef0df96020014a77a224ec4b0"
13+
sha256 cellar: :any_skip_relocation, sonoma: "58c08e45591dc30fd763446d41470b5dce12ec5f7ff9ce0e170972174fbcde77"
14+
sha256 cellar: :any_skip_relocation, ventura: "58c08e45591dc30fd763446d41470b5dce12ec5f7ff9ce0e170972174fbcde77"
15+
sha256 cellar: :any_skip_relocation, monterey: "58c08e45591dc30fd763446d41470b5dce12ec5f7ff9ce0e170972174fbcde77"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbdd19b10ec94ff8c93405c4d482969548f8037d698e460266cacd1fb8230b95"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)