aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPaul Hinze2015-04-17 09:17:27 -0500
committerJack Nagel2015-04-17 22:04:58 -0400
commit3326a669f96421edaa68ddcd3ab0f6c0bacf8972 (patch)
treea418507ea191d7705db32473fd17642b9a3900d1 /Library
parent3a575cf62a32efd38f861dad254185e9f1cf202d (diff)
downloadhomebrew-3326a669f96421edaa68ddcd3ab0f6c0bacf8972.tar.bz2
terraform 0.4.2
Closes #38751. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/terraform.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/terraform.rb b/Library/Formula/terraform.rb
index e6d89ba19..5afde1f76 100644
--- a/Library/Formula/terraform.rb
+++ b/Library/Formula/terraform.rb
@@ -3,8 +3,8 @@ require "language/go"
class Terraform < Formula
homepage "http://www.terraform.io/"
- url "https://github.com/hashicorp/terraform/archive/v0.4.1.tar.gz"
- sha1 "fc27bde31b6daf5ebe371fadb4b2c57a7ca9aed4"
+ url "https://github.com/hashicorp/terraform/archive/v0.4.2.tar.gz"
+ sha1 "4d83a6db2879d277ffd662d1c0dcaad1da0e75e9"
bottle do
cellar :any
@@ -13,11 +13,6 @@ class Terraform < Formula
sha256 "b5254ab70fdec1bf07317f3afe514e1dfe385b49a74fc2e1c74712c285d78806" => :mountain_lion
end
- patch do
- url "https://github.com/hashicorp/terraform/pull/1473.patch"
- sha1 "abee09afb0396d8e23bba094689a0a88bfe55d90"
- end
-
depends_on "go" => :build
go_resource "github.com/mitchellh/iochan" do