|
1 | 1 | class Hcl2json < Formula
|
2 | 2 | desc "Convert HCL2 to JSON"
|
3 | 3 | 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" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/tmccombs/hcl2json.git", branch: "main"
|
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments