aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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