homebrew-cask/Casks/crunch.rb

13 lines
460 B
Ruby
Raw Normal View History

2016-04-19 11:19:42 +08:00
cask 'crunch' do
2018-03-24 14:53:53 +08:00
version '1.0.0'
sha256 'd026dd0ad75327b9cdc7c26d7d48f69be195b5f339abc28c8446f8cae58ba8cc'
2016-04-19 11:19:42 +08:00
url "https://github.com/chrissimpkins/Crunch/releases/download/v#{version}/Crunch-Installer.dmg"
appcast 'https://github.com/chrissimpkins/Crunch/releases.atom',
2018-03-24 14:53:53 +08:00
checkpoint: '32a4d6304199eec025b2bbcecc1984e51558816e14cc0efbeac37c796bf5f0e4'
2016-04-19 11:19:42 +08:00
name 'Crunch'
homepage 'https://github.com/chrissimpkins/Crunch'
app 'Crunch.app'
end