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-19 22:13:58 +08:00
version '3.0.1'
sha256 'af380230c6d83a097a9e537bf5f01136190294e6cb41d44da1b604eec7915766'
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