homebrew-cask/Casks/vault.rb

15 lines
529 B
Ruby

cask 'vault' do
version '0.5.3'
sha256 '31e7eff07c202cf2166ac63457054da59a1f4f49e7ad079b38316efadbb79e32'
# hashicorp.com/vault was verified as official when first introduced to the cask
url "https://releases.hashicorp.com/vault/#{version}/vault_#{version}_darwin_amd64.zip"
appcast 'https://github.com/hashicorp/vault/releases.atom',
checkpoint: 'fabfbc13ad5b116e52ef86ca252eb4d102c3c634fb6d30258eef007656ddb35c'
name 'Vault'
homepage 'https://www.vaultproject.io/'
license :mpl
binary 'vault'
end