homebrew-cask/Casks/darktable.rb

16 lines
629 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'darktable' do
2017-06-02 16:52:08 +08:00
version '2.2.5'
sha256 'f6e8601fca9a08d988dc939484d03e137c16dface48351ef523b5e0bbbaecf18'
2016-02-12 07:15:49 +08:00
# github.com/darktable-org/darktable was verified as official when first introduced to the cask
2017-06-02 16:52:08 +08:00
url "https://github.com/darktable-org/darktable/releases/download/release-#{version.before_comma}/darktable-#{version.before_comma}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/darktable-org/darktable/releases.atom',
2017-06-02 16:52:08 +08:00
checkpoint: '5b86256bc067309c4369566eb13a4008fbe30cae578ddf7013aecbba8a9f3777'
2015-01-12 01:53:10 +08:00
name 'darktable'
homepage 'https://www.darktable.org/'
2016-12-24 00:02:29 +08:00
depends_on macos: '>= :lion'
2014-09-16 00:05:27 +08:00
app 'darktable.app'
2013-12-04 05:46:53 +08:00
end