homebrew-cask/Casks/chunky.rb

17 lines
475 B
Ruby
Raw Normal View History

2016-08-29 06:35:10 +08:00
cask 'chunky' do
2018-02-27 04:30:57 +08:00
version '1.4.5'
sha256 'ca55df5c80480b8bc918d0bf97ca38a54adeaec352c60ddae10778c1a15e80f0'
2016-08-29 06:35:10 +08:00
# launchpad.net/chunky was verified as official when first introduced to the cask
url "https://launchpad.net/chunky/#{version.major_minor}/#{version}/+download/Chunky-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/llbit/chunky/releases.atom'
2016-08-29 06:35:10 +08:00
name 'Chunky'
homepage 'https://chunky.llbit.se/'
2016-08-29 06:35:10 +08:00
app 'Chunky.app'
caveats do
depends_on_java
end
end