homebrew-cask/Casks/envkey.rb

13 lines
461 B
Ruby
Raw Normal View History

cask 'envkey' do
2018-06-14 12:42:54 +08:00
version '1.3.7'
sha256 'f17ef4978f9421affedfada4e79541367a85adbb4fc54feba1980b8fd7c375df'
# 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