homebrew-cask/Casks/cleartext.rb

13 lines
472 B
Ruby
Raw Normal View History

2016-04-07 11:03:11 +08:00
cask 'cleartext' do
2016-12-08 21:55:42 +08:00
version '2.45'
sha256 '4b3d44a0666c2bf2dd838c0f190e9a5678b2dc4d76e83d70fe091295d4cabdbc'
2016-04-07 11:03:11 +08:00
2016-12-08 21:55:42 +08:00
url "https://github.com/mortenjust/cleartext-mac/releases/download/#{version}/Cleartext.zip"
2016-04-07 11:03:11 +08:00
appcast 'https://github.com/mortenjust/cleartext-mac/releases.atom',
2017-04-30 04:05:52 +08:00
checkpoint: 'bfaebff6f178edaefb157c457a0c577c3d63ed0003cd426b2c4837ab4cd8e6cb'
2016-04-07 11:03:11 +08:00
name 'Cleartext'
homepage 'https://github.com/mortenjust/cleartext-mac'
app 'Cleartext.app'
end