homebrew-cask/Casks/downie.rb

16 lines
585 B
Ruby

cask 'downie' do
version '3.9.2,3007'
sha256 'c2e5742af3c20bd12205c9042f2d325f24e89fdcdfbdf763116b1d173d5e72cf'
# charliemonroesoftware.com was verified as official when first introduced to the cask
url "https://charliemonroesoftware.com/trial/downie/v#{version.major}/Downie_#{version.major}_#{version.after_comma}.dmg"
appcast "https://trial.charliemonroe.net/downie/v#{version.major}/updates.xml"
name 'Downie'
homepage 'https://software.charliemonroe.net/downie.php'
auto_updates true
depends_on macos: '>= :el_capitan'
app "Downie #{version.major}.app"
end