homebrew-cask/Casks/chunky.rb

18 lines
565 B
Ruby
Raw Normal View History

2016-08-29 06:35:10 +08:00
cask 'chunky' do
2016-12-06 20:58:12 +08:00
version '1.4.1'
sha256 'a7f90f168f5545035297eaa927b1f4a166048335b1e8e978c44bb3905fa1f893'
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"
appcast 'https://github.com/llbit/chunky/releases.atom',
2016-12-06 20:58:12 +08:00
checkpoint: '390bef34305d8cb8d7095925cb94471c8273ef783a9d59cba3d0828f5e92ed29'
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