mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
283 B
Ruby
9 lines
283 B
Ruby
class Burn < Cask
|
|
version '2.5.1'
|
|
sha256 'e82d2b7ef6a99e5a139706ff4e360659830d618ab8743e4b55ec80cdcdc97596'
|
|
|
|
url "https://downloads.sourceforge.net/project/burn-osx/Burn/#{version}/burn251.zip"
|
|
homepage 'http://burn-osx.sourceforge.net/'
|
|
|
|
app 'Burn.localized/Burn.app'
|
|
end
|