homebrew-cask/Casks/cracked.rb

13 lines
453 B
Ruby
Raw Normal View History

2018-05-27 17:32:47 +08:00
cask 'cracked' do
2018-05-28 20:46:07 +08:00
version '1.7'
sha256 'd439497ec38f685ceaeaf6093d8f2e21a0028a318d8a206953eaf6575d75a432'
2018-05-27 17:32:47 +08:00
2018-05-28 20:46:07 +08:00
url "https://github.com/billorcutt/Cracked/releases/download/#{version}-Release/Cracked.dmg"
2018-05-27 17:32:47 +08:00
appcast 'https://github.com/billorcutt/Cracked/releases.atom',
2018-05-28 20:46:07 +08:00
checkpoint: 'c7ab0ef3793d74d78b5e74a2c5436ad373e78a077d49e5da109815791ef59984'
2018-05-27 17:32:47 +08:00
name 'Cracked'
homepage 'https://github.com/billorcutt/Cracked'
app 'Cracked.app'
end