terraform 0.12.15

This commit is contained in:
Diogo Azevedo 2019-11-14 21:46:02 -03:00 committed by Rui Chen
parent 9cdc141fa4
commit da3972b5a5

View file

@ -1,8 +1,8 @@
class Terraform < Formula
desc "Tool to build, change, and version infrastructure"
homepage "https://www.terraform.io/"
url "https://github.com/hashicorp/terraform/archive/v0.12.13.tar.gz"
sha256 "d8194bb0861755433f7b4c574559a96bec2cd205513e4722f0d841b74b6d4fec"
url "https://github.com/hashicorp/terraform/archive/v0.12.15.tar.gz"
sha256 "09c9e9e5db6df112de3fb8735b7d17100a99becd60d79e2f0a486a7eda54b415"
head "https://github.com/hashicorp/terraform.git"
bottle do
@ -31,7 +31,7 @@ class Terraform < Formula
ENV["XC_OS"] = "darwin"
ENV["XC_ARCH"] = "amd64"
system "make", "tools", "test", "bin"
system "make", "tools", "bin"
bin.install "pkg/darwin_amd64/terraform"
prefix.install_metafiles