From 293ab7562bd2a09bfe39e28665d0e1e3bb9d7618 Mon Sep 17 00:00:00 2001 From: Diogo Azevedo Date: Thu, 14 Nov 2019 21:46:02 -0300 Subject: [PATCH] terraform 0.12.15 Closes #46769. Signed-off-by: FX Coudert --- Formula/terraform.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/terraform.rb b/Formula/terraform.rb index d171399c33..6c7020897c 100644 --- a/Formula/terraform.rb +++ b/Formula/terraform.rb @@ -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