homebrew-cask/Casks/amadine.rb

15 lines
449 B
Ruby

cask 'amadine' do
version '1.0.7'
sha256 '230f450f12ea5d44d8acf91af9109e41b298da471e377966a06f04e66e7766a5'
# belightsoft.s3.amazonaws.com was verified as official when first introduced to the cask
url 'https://belightsoft.s3.amazonaws.com/Amadine.dmg'
appcast 'https://www.belightsoft.com/download/updates/appcast_Amadine.xml'
name 'Amadine'
homepage 'https://amadine.com/'
depends_on macos: '>= :sierra'
app 'Amadine.app'
end