homebrew-cask/Casks/burn.rb

13 lines
468 B
Ruby

cask 'burn' do
version '2.6.6'
sha256 '5a86d0d152ae2f21e72bae0c46f2f8b00212e7974077950ab5e60b0b0190ce60'
# downloads.sourceforge.net/burn-osx was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/burn-osx/Burn/#{version}/burn#{version.no_dots}.zip"
appcast 'https://sourceforge.net/projects/burn-osx/rss?path=/Burn'
name 'Burn'
homepage 'https://burn-osx.sourceforge.io/'
app 'Burn.localized/Burn.app'
end