Skip to content

Commit 8e1f073

Browse files
authored
Merge pull request #230084 from Homebrew/bump-tfmv-0.2.7
tfmv 0.2.7
2 parents 87c671b + 6edf660 commit 8e1f073

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tfmv.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Tfmv < Formula
22
desc "CLI to rename Terraform resources and generate moved blocks"
33
homepage "https://github.com/suzuki-shunsuke/tfmv"
4-
url "https://github.com/suzuki-shunsuke/tfmv/archive/refs/tags/v0.2.6.tar.gz"
5-
sha256 "67bb684c723d2abdfd0ecfbce030503e05940103305ee131c6b4da64f86c84b9"
4+
url "https://github.com/suzuki-shunsuke/tfmv/archive/refs/tags/v0.2.7.tar.gz"
5+
sha256 "e52be4c9f27e3a100aa06e2bbf7b3836ecad4614fe4a6b68969ef33b0bc2bebb"
66
license "MIT"
77
head "https://github.com/suzuki-shunsuke/tfmv.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "17ed9dfd157233dfd46b51ab27d61dfe27ac116f5a69c1c1c1cfdcf4188b5c79"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "17ed9dfd157233dfd46b51ab27d61dfe27ac116f5a69c1c1c1cfdcf4188b5c79"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "17ed9dfd157233dfd46b51ab27d61dfe27ac116f5a69c1c1c1cfdcf4188b5c79"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8b9ce03dd144442551b098971829eef99e9baaf5248f4b2c5aa6a9bfa32199ff"
14-
sha256 cellar: :any_skip_relocation, ventura: "8b9ce03dd144442551b098971829eef99e9baaf5248f4b2c5aa6a9bfa32199ff"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "37da63bcd510112e2ccfbdf666bb12b1f741ef1de37afda965510bfedac63b7f"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce71cbfaca6ea720434fbaa9c86aad09c2676417300962540b5d6f2800d1775c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce71cbfaca6ea720434fbaa9c86aad09c2676417300962540b5d6f2800d1775c"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce71cbfaca6ea720434fbaa9c86aad09c2676417300962540b5d6f2800d1775c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "5b6ae04d00e1ac6aa41070d05ea1f1c3360c6cdd57c5362c93efd36a429d1828"
14+
sha256 cellar: :any_skip_relocation, ventura: "5b6ae04d00e1ac6aa41070d05ea1f1c3360c6cdd57c5362c93efd36a429d1828"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9275a0e10a80e504cce76ff75a8cd22fc8d547e645d1f345706c2d15b0c11de3"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)