homebrew-cask/Casks/crunch.rb

17 lines
492 B
Ruby
Raw Normal View History

2016-04-19 11:19:42 +08:00
cask 'crunch' do
2018-06-05 04:21:06 +08:00
version '3.0.0'
sha256 '601c1c7383a5fe48f95a0ccd3e3a5c1cad19467f20408d2d14c25c1b461270b1'
2016-04-19 11:19:42 +08:00
url "https://github.com/chrissimpkins/Crunch/releases/download/v#{version}/Crunch-Installer.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/chrissimpkins/Crunch/releases.atom'
2016-04-19 11:19:42 +08:00
name 'Crunch'
homepage 'https://github.com/chrissimpkins/Crunch'
depends_on formula: [
'libpng',
'little-cms2',
]
2016-04-19 11:19:42 +08:00
app 'Crunch.app'
end