homebrew-cask-versions/Casks/vault.rb
jacoelho 7a630ca23c Add vault v0.1.0
Vault is a tool for securely accessing secrets. A secret is anything
that you want to tightly control access to, such as API keys, passwords,
certificates, and more. Vault provides a unified interface to any
secret, while providing tight access control and recording a detailed
audit log.
2015-04-30 09:57:47 +01:00

12 lines
362 B
Ruby

cask :v1 => 'vault' do
version '0.1.0'
sha256 'e0a1a1ace4c9577408800825b374c0239c04ebc9ab6ed18c924dc8f0393b9fd5'
# bintray.com is the official download host per the vendor homepage
url "https://dl.bintray.com/mitchellh/vault/vault_#{version}_darwin_amd64.zip"
name 'Vault'
homepage 'https://www.vaultproject.io'
license :mpl
binary 'vault'
end