Skip to content

Commit 414791c

Browse files
authored
Merge pull request #229989 from Homebrew/bump-tfsort-0.7.1
tfsort 0.7.1
2 parents bf50310 + e79eb7b commit 414791c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tfsort.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Tfsort < Formula
22
desc "CLI to sort Terraform variables and outputs"
33
homepage "https://github.com/AlexNabokikh/tfsort"
4-
url "https://github.com/AlexNabokikh/tfsort/archive/refs/tags/v0.7.0.tar.gz"
5-
sha256 "a94d221a7eef439b6b174cba6f84a1f945cf4c292caa7ed7577655cc8c7514cf"
4+
url "https://github.com/AlexNabokikh/tfsort/archive/refs/tags/v0.7.1.tar.gz"
5+
sha256 "6f72bb06b57573ee63fec715cd4493ed90d0af0dfeea7478abfde04745d39157"
66
license "Apache-2.0"
77
head "https://github.com/AlexNabokikh/tfsort.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d977939ec4f250b8a8e5fff098899fc307edcfdfca7c50ee7adb73d0933f1e6f"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d977939ec4f250b8a8e5fff098899fc307edcfdfca7c50ee7adb73d0933f1e6f"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d977939ec4f250b8a8e5fff098899fc307edcfdfca7c50ee7adb73d0933f1e6f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "5afe5e0c7a959dfb7ff049be6aa1bbca757345ff96840ba3dfbcdfaf25d8b539"
14-
sha256 cellar: :any_skip_relocation, ventura: "5afe5e0c7a959dfb7ff049be6aa1bbca757345ff96840ba3dfbcdfaf25d8b539"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f49977091873ecab93eb0ac468eff66b45e62f9b48b6eefed3315462264f39cc"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3fb6cc984f31e20e1d481f5170ba5d0afa80a5eb42c070e3e1e58a0b3c427726"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fb6cc984f31e20e1d481f5170ba5d0afa80a5eb42c070e3e1e58a0b3c427726"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3fb6cc984f31e20e1d481f5170ba5d0afa80a5eb42c070e3e1e58a0b3c427726"
13+
sha256 cellar: :any_skip_relocation, sonoma: "997f3dbd8f733cb8ac4885f5c1e847167aab98aa2026e2bff412538b5feea54d"
14+
sha256 cellar: :any_skip_relocation, ventura: "997f3dbd8f733cb8ac4885f5c1e847167aab98aa2026e2bff412538b5feea54d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3424821cc7dd576fa0a9814cf0da0b292b5f754ef8e63485af5f85b7e15233f2"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)