mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
parent
1ecef91b17
commit
f01151d4d0
1 changed files with 6 additions and 6 deletions
|
|
@ -1,12 +1,12 @@
|
|||
cask :v1 => 'musescore' do
|
||||
version '1.3'
|
||||
sha256 'fcd106ec700f14053c9b4f3fd411d2335915c040f9071ea6da8d109e6827c3a5'
|
||||
version '2.0.0'
|
||||
sha256 'b5db0b39b6d204e997d5fb4dfcb8dabe40a0a37d08964dfc6c0df52b8a578238'
|
||||
|
||||
# osuosl.org is the official download host per the vendor homepage
|
||||
url "http://ftp.osuosl.org/pub/musescore/releases/MuseScore-#{version}/MuseScore-#{version}.dmg"
|
||||
# osuosl.org is the official download host per the vendor homepage.
|
||||
url "http://ftp.osuosl.org/pub/musescore/releases/MuseScore-#{version.sub(%r{\.\d+},'')}/MuseScore-#{version}.dmg"
|
||||
name 'MuseScore'
|
||||
homepage 'http://musescore.org/'
|
||||
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
||||
license :gpl
|
||||
|
||||
app 'MuseScore.app'
|
||||
app 'MuseScore 2.app'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue