terraform 0.12.15
Closes #46769. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
72daadf04a
commit
293ab7562b
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Terraform < Formula
|
class Terraform < Formula
|
||||||
desc "Tool to build, change, and version infrastructure"
|
desc "Tool to build, change, and version infrastructure"
|
||||||
homepage "https://www.terraform.io/"
|
homepage "https://www.terraform.io/"
|
||||||
url "https://github.com/hashicorp/terraform/archive/v0.12.13.tar.gz"
|
url "https://github.com/hashicorp/terraform/archive/v0.12.15.tar.gz"
|
||||||
sha256 "d8194bb0861755433f7b4c574559a96bec2cd205513e4722f0d841b74b6d4fec"
|
sha256 "09c9e9e5db6df112de3fb8735b7d17100a99becd60d79e2f0a486a7eda54b415"
|
||||||
head "https://github.com/hashicorp/terraform.git"
|
head "https://github.com/hashicorp/terraform.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -31,7 +31,7 @@ class Terraform < Formula
|
||||||
|
|
||||||
ENV["XC_OS"] = "darwin"
|
ENV["XC_OS"] = "darwin"
|
||||||
ENV["XC_ARCH"] = "amd64"
|
ENV["XC_ARCH"] = "amd64"
|
||||||
system "make", "tools", "test", "bin"
|
system "make", "tools", "bin"
|
||||||
|
|
||||||
bin.install "pkg/darwin_amd64/terraform"
|
bin.install "pkg/darwin_amd64/terraform"
|
||||||
prefix.install_metafiles
|
prefix.install_metafiles
|
||||||
|
|
Loading…
Reference in a new issue