mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
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.
12 lines
362 B
Ruby
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
|