homebrew-cask/Casks/darktable.rb

13 lines
404 B
Ruby
Raw Normal View History

2014-11-14 01:25:40 +08:00
cask :v1 => 'darktable' do
version '1.6.3'
sha256 'be568ad20bfb75aed703e2e4d0287b27464dfed1e70ef2c17418de7cc631510f'
# 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-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