mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
413 B
Ruby
11 lines
413 B
Ruby
cask :v1 => 'tuxguitar' do
|
|
version '1.2'
|
|
sha256 '2d79ffdfdde9205073fdaa1c34701ea8f1961f822709b5270dc57555eb926d16'
|
|
|
|
# sourceforge.net is the official download host per the vendor homepage
|
|
url "http://downloads.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-#{version}/tuxguitar-#{version}-macosx10.5-cocoa-64.dmg"
|
|
homepage 'http://www.tuxguitar.com.ar/'
|
|
license :gpl
|
|
|
|
app 'Tuxguitar.app'
|
|
end
|