homebrew-cask/Casks/darktable.rb

15 lines
531 B
Ruby

cask 'darktable' do
version '2.4.4'
sha256 '9324562c98a52346fa77314103a5874eb89bd576cdbc21fc19cb5d8dfaba307a'
# github.com/darktable-org/darktable was verified as official when first introduced to the cask
url "https://github.com/darktable-org/darktable/releases/download/release-#{version.major_minor_patch}/darktable-#{version}.dmg"
appcast 'https://github.com/darktable-org/darktable/releases.atom'
name 'darktable'
homepage 'https://www.darktable.org/'
depends_on macos: '>= :lion'
app 'darktable.app'
end