mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
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
This commit is contained in:
parent
da0e1951a6
commit
9b37e27383
@ -1,22 +1,26 @@
|
|||||||
{
|
{
|
||||||
"version": "2.22.2-1",
|
"version": "2.24.0",
|
||||||
"description": "A music engraving program devoted to producing the highest-quality sheet music possible.",
|
"description": "A music engraving program devoted to producing the highest-quality sheet music possible.",
|
||||||
"homepage": "http://lilypond.org",
|
"homepage": "http://lilypond.org",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"url": "http://lilypond.org/download/binaries/mingw/lilypond-2.22.2-1.mingw.exe#/dl.7z",
|
"architecture": {
|
||||||
"hash": "3593990ba2e60cb3650da8cd1e469cee00dc8044c21501e5f347e46b155b4a69",
|
"64bit": {
|
||||||
"bin": "usr\\bin\\lilypond.exe",
|
"url": "https://gitlab.com/lilypond/lilypond/-/releases/v2.24.0/downloads/lilypond-2.24.0-mingw-x86_64.zip",
|
||||||
"shortcuts": [
|
"hash": "6559f341bd590444f5924f62a810bb388cefe42a90ba9932dfbf16605614c808"
|
||||||
[
|
}
|
||||||
"usr\\bin\\lilypad.exe",
|
},
|
||||||
"LilyPad"
|
"extract_dir": "lilypond-2.24.0",
|
||||||
]
|
"bin": "bin\\lilypond.exe",
|
||||||
],
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "http://lilypond.org/windows.html",
|
"url": "http://lilypond.org/download.html",
|
||||||
"regex": "/lilypond-([\\d.-]+).mingw\\.exe"
|
"regex": "lilypond-([\\d.-]+)-mingw"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "http://lilypond.org/download/binaries/mingw/lilypond-$version.mingw.exe#/dl.7z"
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://gitlab.com/lilypond/lilypond/-/releases/v$version/downloads/lilypond-$version-mingw-x86_64.zip",
|
||||||
|
"extract_dir": "lilypond-$version"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user