homebrew-cask/Casks/darktable.rb

15 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'darktable' do
2018-12-25 01:52:06 +08:00
version '2.6.0'
sha256 '47d6f1d9ae64394663ffd804692d6b6d6722b312712e938f103cb43f58625c42'
2016-02-12 07:15:49 +08:00
# github.com/darktable-org/darktable was verified as official when first introduced to the cask
2018-04-28 05:32:36 +08:00
url "https://github.com/darktable-org/darktable/releases/download/release-#{version.major_minor_patch}/darktable-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/darktable-org/darktable/releases.atom'
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