From 96e4bbba85f737f92d0c331e29c3579bc3f59876 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Tue, 13 Dec 2016 11:09:20 -0800 Subject: [PATCH] terraform 0.8.0 Closes #7830. Signed-off-by: William Woodruff --- Formula/terraform.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/terraform.rb b/Formula/terraform.rb index ac8fb14b79..564f0cf390 100644 --- a/Formula/terraform.rb +++ b/Formula/terraform.rb @@ -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