mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
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
27 lines
951 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|