homebrew-cask/Casks/cracked.rb

12 lines
358 B
Ruby
Raw Normal View History

2018-05-27 17:32:47 +08:00
cask 'cracked' do
2019-01-14 23:40:29 +08:00
version '0.2.11'
sha256 'ccda0dae962e3eca20e544b2b2fe1e1963635230882610178f7f8256649c9247'
2018-05-27 17:32:47 +08:00
2018-07-24 01:33:25 +08:00
url "https://github.com/billorcutt/Cracked/releases/download/#{version}/Cracked.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/billorcutt/Cracked/releases.atom'
2018-05-27 17:32:47 +08:00
name 'Cracked'
homepage 'https://github.com/billorcutt/Cracked'
app 'Cracked.app'
end