Skip to content

Instantly share code, notes, and snippets.

@radeksimko
Last active September 2, 2016 09:15
Show Gist options
  • Save radeksimko/15a4a7719cc0abc5813dac58845d5347 to your computer and use it in GitHub Desktop.
Save radeksimko/15a4a7719cc0abc5813dac58845d5347 to your computer and use it in GitHub Desktop.
Hashicorp Casks, because binaries *just work* and are easier to maintain
cask 'terraform' do
version '0.7.2'
sha256 '2a441124efd097007414545714927a9239980a5b0707384b0ee07badbae781cf'
# 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
cask 'terraform0616' do
version '0.6.16'
sha256 '23feb79263126877e6128a03c600cd626f6691a118a474694c5ad45cc5da9366'
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment