homebrew-cask/Casks/cleartext.rb

13 lines
481 B
Ruby
Raw Normal View History

2016-04-07 11:03:11 +08:00
cask 'cleartext' do
2016-07-25 07:56:54 +08:00
version '1.4'
sha256 '8a6873c20ef4157b31c3d56f96889c146f3b5556144923f1540d31f693a0c4cb'
2016-04-07 11:03:11 +08:00
url "https://github.com/mortenjust/cleartext-mac/releases/download/#{version}/Cleartext#{version}.zip"
appcast 'https://github.com/mortenjust/cleartext-mac/releases.atom',
2016-07-25 07:56:54 +08:00
checkpoint: '36cf6a4185c77ad9e0e00df9d4f46fc3851e77d7c95f0a7621818249c06a7f0c'
2016-04-07 11:03:11 +08:00
name 'Cleartext'
homepage 'https://github.com/mortenjust/cleartext-mac'
app 'Cleartext.app'
end