homebrew-cask/Casks/darktable.rb

15 lines
586 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'darktable' do
2016-05-28 04:32:10 +08:00
version '2.0.4'
sha256 '1e6306f623c3743fabe88312d34376feae94480eb5a38858f21751da04ac4550'
2016-02-12 07:15:49 +08:00
# github.com/darktable-org/darktable was verified as official when first introduced to the cask
url "https://github.com/darktable-org/darktable/releases/download/release-#{version}/darktable-#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/darktable-org/darktable/releases.atom',
2016-05-28 04:32:10 +08:00
checkpoint: '7983f9d630d521bc530069d06be63b971685d9ed81b181d70bba95c788cdd978'
2015-01-12 01:53:10 +08:00
name 'darktable'
homepage 'https://www.darktable.org/'
license :gpl
2014-09-16 00:05:27 +08:00
app 'darktable.app'
2013-12-04 05:46:53 +08:00
end