terraform 0.8.3
Closes #8678. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
a8ba4cfb71
commit
9cdd8e3bbe
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +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.8.2.tar.gz"
|
||||
sha256 "bc38273dcaf50e240788f6174dff0ad3cb6b252da22617fae768164cf6065c3b"
|
||||
revision 1
|
||||
url "https://github.com/hashicorp/terraform/archive/v0.8.3.tar.gz"
|
||||
sha256 "892caffc1c7f9e4e573de5ec6339d6569ad6121e9aabc3ab5f0b052c52d29fbd"
|
||||
head "https://github.com/hashicorp/terraform.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue