terraform 0.8.0
Closes #7830. Signed-off-by: William Woodruff <william@tuffbizz.com>
This commit is contained in:
parent
33dad5985f
commit
96e4bbba85
1 changed files with 2 additions and 8 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Terraform < Formula
|
||||
desc "Tool to build, change, and version infrastructure"
|
||||
homepage "https://www.terraform.io/"
|
||||
url "https://github.com/hashicorp/terraform/archive/v0.7.13.tar.gz"
|
||||
sha256 "8b5a3b76a81aff962d51120d7c9fd4da03a8c57d6932053cb9887579ac23b959"
|
||||
url "https://github.com/hashicorp/terraform/archive/v0.8.0.tar.gz"
|
||||
sha256 "09e549b51b720aef0b3e869edeaf65f32758f159b1d3ffe2fcadd560a7b0c569"
|
||||
head "https://github.com/hashicorp/terraform.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,12 +15,6 @@ class Terraform < Formula
|
|||
sha256 "e4e2f4b951cc385d83cc9cde9754a1d73f27d4fa67bb2f5be044a7e367f0748e" => :yosemite
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/hashicorp/terraform/archive/v0.8.0-rc3.tar.gz"
|
||||
sha256 "c6744adfa818239a26847a85101571e4769f098bb6756d9fc2f5b1962a6b639a"
|
||||
version "0.8.0-rc3"
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
go_resource "github.com/mitchellh/gox" do
|
||||
|
|
Loading…
Reference in a new issue