homebrew-cask-versions/Casks/darktable.rb
Pfeil 7a9bd82a02 Update darktable.app to v1.6.3
Update to new stable version. Adjust version and sha256.
2015-03-06 14:35:40 +01:00

12 lines
404 B
Ruby

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"
name 'darktable'
homepage 'http://www.darktable.org/'
license :gpl
app 'darktable.app'
end