homebrew-cask/Casks/darktable.rb

14 lines
473 B
Ruby
Raw Normal View History

2014-11-14 01:25:40 +08:00
cask :v1 => 'darktable' do
version '1.6.6'
sha256 'bce9a792ee362c47769839ec3e49973c07663dbdf6533ef5a987c93301358607'
# github.com is the official download host per the vendor homepage
url "https://github.com/darktable-org/darktable/releases/download/release-#{version}/darktable-#{version}.dmg"
2015-03-15 19:50:41 +08:00
appcast 'https://github.com/darktable-org/darktable/releases.atom'
2015-01-12 01:53:10 +08:00
name 'darktable'
homepage 'http://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