terraform: migrate to Homebrew (#23585)

This commit is contained in:
Anastasia Sulyagina 2016-08-11 06:22:00 +04:00 committed by Josh Hagins
parent f793b5b059
commit 2b84024b88
2 changed files with 1 additions and 14 deletions

View File

@ -1,14 +0,0 @@
cask 'terraform' do
version '0.7.0'
sha256 '4720e4b2878b3b0d3d781f68ff363707ed42fe39cb89e2e34c6c11f8e0f76b04'
# hashicorp.com/terraform was verified as official when first introduced to the cask
url "https://releases.hashicorp.com/terraform/#{version}/terraform_#{version}_darwin_amd64.zip"
appcast 'https://github.com/hashicorp/terraform/releases.atom',
checkpoint: '249f260a8fda094ce3d50512f8922a07a5a676e52a6a64896fa89fdcaeef84c7'
name 'Terraform'
homepage 'https://www.terraform.io/'
license :mpl
binary 'terraform'
end

View File

@ -22,6 +22,7 @@
"sickbeard": "homebrew/core",
"srclib": "homebrew/core",
"sslmate": "homebrew/core",
"terraform": "homebrew/core",
"volatility": "homebrew/core",
"vault": "homebrew/core"
}