|
6 | 6 | class TerraformAlpha < Formula
|
7 | 7 | desc 'Terraform Latest Alpha'
|
8 | 8 | homepage 'https://www.terraform.io/'
|
9 |
| - version '1.11.0-alpha20241218' |
| 9 | + version '1.11.0-alpha20250107' |
10 | 10 |
|
11 | 11 | if OS.mac? && Hardware::CPU.intel?
|
12 |
| - url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20241218/terraform_1.11.0-alpha20241218_darwin_amd64.zip' |
13 |
| - sha256 '16904b8762b044f247d10922373de54d65ebe2f9cb5735bf45f6079775bcbdbe' |
| 12 | + url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20250107/terraform_1.11.0-alpha20250107_darwin_amd64.zip' |
| 13 | + sha256 '38ca7cc1b91699f16ba4bb331b65f3214626c358259217e718bc86bdac34ca9c' |
14 | 14 | end
|
15 | 15 |
|
16 | 16 | if OS.mac? && Hardware::CPU.arm?
|
17 |
| - url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20241218/terraform_1.11.0-alpha20241218_darwin_arm64.zip' |
18 |
| - sha256 'b9f1fbc9796dc8c593f9d3fb741c373d4ecb405b30a707a01e1084d0482bc51f' |
| 17 | + url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20250107/terraform_1.11.0-alpha20250107_darwin_arm64.zip' |
| 18 | + sha256 '3d6527c0dcec2d5de0fefc708897ff38fbd4a23379822f8cd085a631cd997f6b' |
19 | 19 | end
|
20 | 20 |
|
21 | 21 | if OS.linux? && Hardware::CPU.intel?
|
22 |
| - url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20241218/terraform_1.11.0-alpha20241218_linux_amd64.zip' |
23 |
| - sha256 '9a0742f6d73e11403c9123c1306891f3f15ae2e7e6a7c1cd64e1988edd59fe97' |
| 22 | + url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20250107/terraform_1.11.0-alpha20250107_linux_amd64.zip' |
| 23 | + sha256 '94a216a409b64809e02d4009eb42b8b4468ad4e0c683d1aa3e51849a27448ca1' |
24 | 24 | end
|
25 | 25 |
|
26 | 26 | if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
|
27 |
| - url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20241218/terraform_1.11.0-alpha20241218_linux_arm.zip' |
28 |
| - sha256 '7f5aefc4c0b3c1c882abc3263e5d25b75d151e11bf79961efbed1aa6799173cb' |
| 27 | + url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20250107/terraform_1.11.0-alpha20250107_linux_arm.zip' |
| 28 | + sha256 '227b5e20762d92fa85bb11a0e5388342707dfb3aaa99d40d75f86971d19de308' |
29 | 29 | end
|
30 | 30 |
|
31 | 31 | if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
|
32 |
| - url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20241218/terraform_1.11.0-alpha20241218_linux_arm64.zip' |
33 |
| - sha256 '40c3f658ca3c0273bc42049eb80b776741cba89df5fc3d5fe5fe95095e472ddf' |
| 32 | + url 'https://releases.hashicorp.com/terraform/1.11.0-alpha20250107/terraform_1.11.0-alpha20250107_linux_arm64.zip' |
| 33 | + sha256 '12ae6770fe4859f09e89c4914d81f62c407252cbc13c798d725a950f5fe160c5' |
34 | 34 | end
|
35 | 35 |
|
36 | 36 | conflicts_with 'terraform'
|
|
0 commit comments