homebrew-cask/Casks/darktable.rb

16 lines
605 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'darktable' do
2017-01-03 21:19:37 +08:00
version '2.2.1'
sha256 '9a86ed2cff453dfc0c979e802d5e467bc4974417ca462d6cbea1c3aa693b08de'
2016-02-12 07:15:49 +08:00
# github.com/darktable-org/darktable was verified as official when first introduced to the cask
2017-01-03 21:19:37 +08:00
url "https://github.com/darktable-org/darktable/releases/download/release-#{version}/darktable-#{version}.3.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/darktable-org/darktable/releases.atom',
2017-01-03 21:19:37 +08:00
checkpoint: '4f4d994ceb2d87d3b0c57e14beab7e69b10e938623b2e6d83b66e38ebb24727a'
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