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-18 06:49:34 +08:00
version '0.2.12'
sha256 '7c57781085c901df9e67368a72c8fe93883fe4657ed92b8ef22d7338df981dae'
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