Terraform: Hashicorp Changes Official Download Service to Fastly

This commit is contained in:
Sean Smith 2015-11-02 14:31:45 -05:00 committed by Vítor Galvão
parent ba213f438f
commit 77179f037b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ cask :v1 => 'terraform' do
version '0.6.6'
sha256 '43912f5d3eac34a73eaa182a78e13e8392ff4b81f053be4a61cd78db53c505a7'
# bintray.com is the official download host per the vendor homepage
url "https://dl.bintray.com/mitchellh/terraform/terraform_#{version}_darwin_amd64.zip"
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/terraform/#{version}/terraform_#{version}_darwin_amd64.zip"
name 'Terraform'
homepage 'https://www.terraform.io/'
license :mpl