terraform 0.7.10
Closes #6759. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
e012e6c226
commit
e7fd5bc2eb
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
||||||
class Terraform < Formula
|
class Terraform < Formula
|
||||||
desc "Tool to build, change, and version infrastructure"
|
desc "Tool to build, change, and version infrastructure"
|
||||||
homepage "https://www.terraform.io/"
|
homepage "https://www.terraform.io/"
|
||||||
url "https://github.com/hashicorp/terraform/archive/v0.7.9.tar.gz"
|
url "https://github.com/hashicorp/terraform/archive/v0.7.10.tar.gz"
|
||||||
sha256 "46e42f2a9d137e1ae76c88bfbcd7b7c050ab738066a96b2133c0bfd8772aa4f7"
|
sha256 "3f999577cb416cf6a0c3d4e5d1d99121b64114b710412bd460bd29fa07f358c1"
|
||||||
head "https://github.com/hashicorp/terraform.git"
|
head "https://github.com/hashicorp/terraform.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue