ScoopInstaller_Main/bucket/lilypond.json
tech189 9b37e27383 lilypond: Update to version 2.24.0
Added architecture block because app is now 64bit only
Removed shortcut to LilyPad because it has been discontinued - see https://lilypond.org/doc/v2.24/Documentation/changes/index.html
Builds moved to GitLab, so checkver & autoupdate updated
Extract_dir added
2022-12-20 21:25:16 +00:00

27 lines
951 B
JSON

{
"version": "2.24.0",
"description": "A music engraving program devoted to producing the highest-quality sheet music possible.",
"homepage": "http://lilypond.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://gitlab.com/lilypond/lilypond/-/releases/v2.24.0/downloads/lilypond-2.24.0-mingw-x86_64.zip",
"hash": "6559f341bd590444f5924f62a810bb388cefe42a90ba9932dfbf16605614c808"
}
},
"extract_dir": "lilypond-2.24.0",
"bin": "bin\\lilypond.exe",
"checkver": {
"url": "http://lilypond.org/download.html",
"regex": "lilypond-([\\d.-]+)-mingw"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab.com/lilypond/lilypond/-/releases/v$version/downloads/lilypond-$version-mingw-x86_64.zip",
"extract_dir": "lilypond-$version"
}
}
}
}