homebrew-cask/Casks/envkey.rb

13 lines
461 B
Ruby
Raw Normal View History

cask 'envkey' do
2018-05-14 03:27:09 +08:00
version '1.3.6'
sha256 '71180cb79fcb19bdc610dfd888d1278369ae31038cc754ddb9538aec91940fa8'
# github.com/envkey/envkey-app was verified as official when first introduced to the cask
url "https://github.com/envkey/envkey-app/releases/download/darwin-x64-prod-v#{version}/EnvKey-#{version}-mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/envkey/envkey-app/releases.atom'
name 'EnvKey'
homepage 'https://www.envkey.com/'
app 'EnvKey.app'
end