homebrew-cask/Casks/darktable.rb

16 lines
654 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'darktable' do
2017-04-25 02:27:11 +08:00
version '2.2.4,6'
sha256 'b7e4aeaa4b275083fa98b2a20e77ceb3ee48af3f7cc48a89f41a035d699bd71c'
2016-02-12 07:15:49 +08:00
# github.com/darktable-org/darktable was verified as official when first introduced to the cask
2017-04-15 03:11:17 +08:00
url "https://github.com/darktable-org/darktable/releases/download/release-#{version.before_comma}/darktable-#{version.before_comma}.#{version.after_comma}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/darktable-org/darktable/releases.atom',
2017-04-25 02:27:11 +08:00
checkpoint: '4ba336b2c36e3458b8f3abc8e7d44a18c229272dd3e47023a05f892571fcc48d'
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