mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
262 B
Ruby
7 lines
262 B
Ruby
class Darktable < Cask
|
|
url 'http://downloads.sourceforge.net/sourceforge/darktable/darktable-1.4.dmg'
|
|
homepage 'http://www.darktable.org/'
|
|
version '1.4'
|
|
sha256 'c145772a7645da82a5bb8cabfb8fe44023b566135f60f3a93f9551312835234d'
|
|
link 'darktable.app'
|
|
end
|