homebrew-cask/Casks/darktable.rb

16 lines
603 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'darktable' do
2017-02-02 19:01:05 +08:00
version '2.2.3'
sha256 '1ebe9a9905b895556ce15d556e49e3504957106fe28f652ce5efcb274dadd41c'
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-28 23:19:59 +08:00
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',
2017-02-02 19:01:05 +08:00
checkpoint: 'f225149b844fe6a48ee77247f1542271354c0496bd91ed447e57543b6f180e31'
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