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-03-31 04:13:19 +08:00
version '2.0.3'
sha256 '0568d2d2551cfd2b8a55e8ff111857588f9fb986236bc11bff869ecec68ddebd'
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-03-31 04:13:19 +08:00
checkpoint: '2ec06168570781f145c9e01572182b0948f58e8a4ea00a9d4644f1520753681d'
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