diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/terraform.rb | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/Library/Formula/terraform.rb b/Library/Formula/terraform.rb index 0e1b9f8c7..54c02b2dc 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.2.1.tar.gz" - sha1 "f2772e785bfc2e409a3578c41557ba1988aa3153" + url "https://github.com/hashicorp/terraform/archive/v0.3.1.tar.gz" + sha1 "818d75a0d7d4e46876a6a63a6d5d5a4f8570a0ca" bottle do sha1 "94ae5dcbc41ad630b9a5ebe85f814a7c107a122b" => :mavericks @@ -23,7 +23,7 @@ class Terraform < Formula end go_resource "github.com/hashicorp/hcl" do - url "https://github.com/hashicorp/hcl.git", :revision => "a0a5d2873ec34d649ced122e53b180c27474f3a3" + url "https://github.com/hashicorp/hcl.git", :revision => "25719dbfedc20ce21c23dadb25983fad4694dcf8" end go_resource "github.com/mitchellh/copystructure" do @@ -39,7 +39,7 @@ class Terraform < Formula end go_resource "github.com/mitchellh/goamz" do - url "https://github.com/mitchellh/goamz.git", :revision => "9cad7da945e699385c1a3e115aa255211921c9bb" + url "https://github.com/mitchellh/goamz.git", :revision => "835bb759f66f80805f855201eb6bc6243b059a65" end go_resource "github.com/vaughan0/go-ini" do @@ -51,11 +51,11 @@ class Terraform < Formula end go_resource "github.com/armon/consul-api" do - url "https://github.com/armon/consul-api.git", :revision => "045662de1042be0662fe4a1e21b57c8f7669261a" + url "https://github.com/armon/consul-api.git", :revision => "115162c46303047d9cefb2a953eeb643d4624a3e" end go_resource "github.com/pearkes/digitalocean" do - url "https://github.com/pearkes/digitalocean.git", :revision => "0c9e1876f4db62d725158402ab5158db334d491f" + url "https://github.com/pearkes/digitalocean.git", :revision => "ff10277f356f92c61e6d7703c24f3ba42e867dcb" end go_resource "github.com/pearkes/dnsimple" do @@ -71,7 +71,7 @@ class Terraform < Formula end go_resource "github.com/mitchellh/go-homedir" do - url "https://github.com/mitchellh/go-homedir.git", :revision => "0af1630672c20c57b4f10c2afba2264516562918" + url "https://github.com/mitchellh/go-homedir.git", :revision => "7d2d8c8a4e078ce3c58736ab521a40b37a504c52" end go_resource "github.com/armon/circbuf" do @@ -95,7 +95,19 @@ class Terraform < Formula end go_resource "github.com/mitchellh/prefixedio" do - url "https://github.com/mitchellh/prefixedio.git", :revision => "64119910ab902e336f308a1ed751a3721ba24c23" + url "https://github.com/mitchellh/prefixedio.git", :revision => "89d9b535996bf0a185f85b59578f2e245f9e1724" + end + + go_resource "github.com/mitchellh/go-linereader" do + url "https://github.com/mitchellh/go-linereader.git", :revision => "07bab5fdd9580500aea6ada0e09df4aa28e68abd" + end + + go_resource "github.com/hashicorp/yamux" do + url "https://github.com/hashicorp/yamux.git", :revision => "9feabe6854fadca1abec9cd3bd2a613fe9a34000" + end + + go_resource "github.com/hashicorp/go-checkpoint" do + url "https://github.com/hashicorp/go-checkpoint.git", :revision => "89ef2a697dd8cdb4623097d5bb9acdb19a470767" end go_resource "code.google.com/p/goauth2" do @@ -176,6 +188,6 @@ class Terraform < Formula count = 4 } EOS - system "#{bin}/terraform", "plan", testpath + system "#{bin}/terraform", "plan", "-var", "aws.region=us-west-2", testpath end end |
