Skip to content

Commit

Permalink
Merge pull request #164293 from BrewTestBot/bump-tfautomv-0.6.2
Browse files Browse the repository at this point in the history
tfautomv 0.6.2
  • Loading branch information
BrewTestBot authored Feb 26, 2024
2 parents 8e362f7 + ac2457f commit 7ca961b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/tfautomv.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Tfautomv < Formula
desc "Generate Terraform moved blocks automatically for painless refactoring"
homepage "https://tfautomv.dev/"
url "https://github.com/busser/tfautomv/archive/refs/tags/v0.6.1.tar.gz"
sha256 "96f1b4ef04dca075e38ff8d5b09a9b9bd2dbf73625e25c4bbdf1757981aab778"
url "https://github.com/busser/tfautomv/archive/refs/tags/v0.6.2.tar.gz"
sha256 "d89e19c03c7cd1ea1714d091cea751289936b2d52e790fae3a26b23bc445313d"
license "Apache-2.0"
head "https://github.com/busser/tfautomv.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "01a1d452e430fbf9ba0bb02474c8524ad45ea91a7f24e3d7b7a53489c578e37e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9700268e85d580906b54e424d9391be40d18706888cd3db49c4f4be4047ec036"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8e3738f6f690a4e5cc4c9455c6f641e8831400ddb28c691bc11f2ce54bccb153"
sha256 cellar: :any_skip_relocation, sonoma: "0f19c9919ccc14fe504c821f7a1245bdc0bd0e6f474aec3af419f725e3268203"
sha256 cellar: :any_skip_relocation, ventura: "3757f94ab5aac9e702e3f7a0947fb461b032cbf4bf79fe53c879875354e331c8"
sha256 cellar: :any_skip_relocation, monterey: "3c1ff94ffe70bcda170cd5627bbe410c207970354ac71bc9090100b6fa849121"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c34b24c81b15d0ea076947467170f14d8639b2fe8938f73193da9c0a37e0f5d4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f2008e44b8a87c112dedaaaf588ae85d7924c6ae516b990930e3aaa496561681"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7a44d21ae1093c71a98213fd7bc9ee7d3580ef3a892dd6ef4dab6661063c598"
sha256 cellar: :any_skip_relocation, arm64_monterey: "916ac0746672c339e18cce67240025c827502721985de1370e8b92210b6d8bf2"
sha256 cellar: :any_skip_relocation, sonoma: "3c05cf7c115225365f5581be0ea2b83ac903d178b371f2b5bf3c5e905f5b2afa"
sha256 cellar: :any_skip_relocation, ventura: "5dc891bcc1497098c3682f6bc4ecb40c872bb70eafb048118161feed0fa3846d"
sha256 cellar: :any_skip_relocation, monterey: "dc9001cde510f52eefd365d491f494f525b589680c3cc2a6b2fcd396cb6683b9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2413e0780e7e9601a1b62263d3fff816f1a10b2b0df145b5fdbb85c0641fa1a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7ca961b

Please sign in to comment.