|
1 | 1 | class Tfupdate < Formula |
2 | 2 | desc "Update version constraints in your Terraform configurations" |
3 | 3 | homepage "https://github.com/minamijoyo/tfupdate" |
4 | | - url "https://github.com/minamijoyo/tfupdate/archive/refs/tags/v0.8.5.tar.gz" |
5 | | - sha256 "7f118d26885e32b5b1bcac477426437525405ef1f89a5164ff2c646da6f5f1ad" |
| 4 | + url "https://github.com/minamijoyo/tfupdate/archive/refs/tags/v0.9.0.tar.gz" |
| 5 | + sha256 "d53edee3a1146bf4f76dc3a184817da6099bae58572c0344bc90bba59638c119" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/minamijoyo/tfupdate.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad947166ddc07f1a1199cb2b5e132e15b0fc20c802f23ebda399c01d7ba5129f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bcc8a2c59fef1a74eef87ea859df9f70c963e9b10a1781bc7c937579e7280155" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "3acd595d6fcaac1619d7d2fd7ee07dcc18b1e53262af0e186484bb5eef8cb1fc" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "6ebf5cb8df8456456896bd581776c1543aa6b49697a0b6e07e9f9e3ef0f816e0" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "62588731be0bd37120b14168ed3e345c3d2fdbaa1a71d57489ad1c60f145cd97" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "98a4c0e490801db1415de507a10140c85f0e4543d9d0651b827608b3fc25be0c" |
16 | | - sha256 cellar: :any_skip_relocation, monterey: "4da185a6ee55f78e281677558eaab1ebe05d2e615c4c72023d4ad924ad113da5" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "23d034a9be35da9cc453837166f3ffcc5b667e370555a05c9585b2f46869acfb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "758383e3b5dc2d5986f94bfd918454622c952950d1bf80bdba7d389dbf854859" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "758383e3b5dc2d5986f94bfd918454622c952950d1bf80bdba7d389dbf854859" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "758383e3b5dc2d5986f94bfd918454622c952950d1bf80bdba7d389dbf854859" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a97263cf53d5059a724cb3825ef2ef9a7b497aab9d90828786500911aa786f6f" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "a97263cf53d5059a724cb3825ef2ef9a7b497aab9d90828786500911aa786f6f" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a9a59de4820aed2f0c7b73a3674446d027c1f1e28ca6fea036ca7670f5023713" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "go" => :build |
|
0 commit comments