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
2018-07-24 01:33:25 +08:00
version '0.1.10'
sha256 '5992a057a2805b2023c5ee9fbe22abf64e919694398c7083512f3cd1c16a32c4'
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