Skip to content

Commit

Permalink
Merge pull request #197312 from Homebrew/bump-tfmigrate-0.4.0
Browse files Browse the repository at this point in the history
tfmigrate 0.4.0
  • Loading branch information
BrewTestBot authored Nov 11, 2024
2 parents daa2475 + 6da80e9 commit 2005f78
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/tfmigrate.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Tfmigrate < Formula
desc "Terraform/OpenTofu state migration tool for GitOps"
homepage "https://github.com/minamijoyo/tfmigrate"
url "https://github.com/minamijoyo/tfmigrate/archive/refs/tags/v0.3.25.tar.gz"
sha256 "fabdf317d74eb090aad1230b496a9d8d6dac44ba222487b06a52a53224c6322c"
url "https://github.com/minamijoyo/tfmigrate/archive/refs/tags/v0.4.0.tar.gz"
sha256 "684e0e4013792fadc48cd5f6850c3600b415892b4ae72532eed89af92f5f24e7"
license "MIT"
head "https://github.com/minamijoyo/tfmigrate.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d6d3dcb793b410ef9e99b5013e5b81e2d14fced42c7b57ea6f9c57642203501"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d6d3dcb793b410ef9e99b5013e5b81e2d14fced42c7b57ea6f9c57642203501"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9d6d3dcb793b410ef9e99b5013e5b81e2d14fced42c7b57ea6f9c57642203501"
sha256 cellar: :any_skip_relocation, sonoma: "c282c78b4c4dd8253aa671cd478cee9564484a729c32352a3715fbc93751b189"
sha256 cellar: :any_skip_relocation, ventura: "c282c78b4c4dd8253aa671cd478cee9564484a729c32352a3715fbc93751b189"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3760f796baa9c589bd22888111460da57700522bd12ab13c8d2cefe6d036345d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "86c8aef70323f0e93d8c6c246e298734372ad9e4938eb908a2c95d2be4ad526c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "86c8aef70323f0e93d8c6c246e298734372ad9e4938eb908a2c95d2be4ad526c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "86c8aef70323f0e93d8c6c246e298734372ad9e4938eb908a2c95d2be4ad526c"
sha256 cellar: :any_skip_relocation, sonoma: "d4a4258c71f83f7e71317f9d8b37adf9ada95f895787cd8b549bc96a5dd8e1ff"
sha256 cellar: :any_skip_relocation, ventura: "d4a4258c71f83f7e71317f9d8b37adf9ada95f895787cd8b549bc96a5dd8e1ff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "08bcec3395051020e91ade7d004fa2f8698e2d0cfc9d40fa7b8ac7b74538e634"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2005f78

Please sign in to comment.