homebrew-cask/Casks/vault.rb

13 lines
366 B
Ruby

cask 'vault' do
version '0.4.1'
sha256 'cdf4f8bb863550e6b29aa44254ed00968f69c9e6b7e9e8c83d70151fe905bd99'
# hashicorp.com is the official download host per the vendor homepage
url "https://releases.hashicorp.com/vault/#{version}/vault_#{version}_darwin_amd64.zip"
name 'Vault'
homepage 'https://www.vaultproject.io'
license :mpl
binary 'vault'
end