homebrew-cask/Casks/crypter.rb

12 lines
345 B
Ruby
Raw Normal View History

2016-12-14 21:29:28 +08:00
cask 'crypter' do
2017-10-06 04:14:10 +08:00
version '3.1.0'
sha256 '2f2f62f23beb03dd391ad3775ab85804c34038a4483877a4805a711f58beacfb'
2016-12-14 21:29:28 +08:00
url "https://github.com/HR/Crypter/releases/download/v#{version}/Crypter-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/HR/Crypter/releases.atom'
2016-12-14 21:29:28 +08:00
name 'Crypter'
homepage 'https://github.com/HR/Crypter'
app 'Crypter.app'
end