mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
944 B
JSON
27 lines
944 B
JSON
{
|
|
"version": "2.24.1",
|
|
"description": "A music engraving program devoted to producing the highest-quality sheet music possible.",
|
|
"homepage": "https://lilypond.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/lilypond/lilypond/-/releases/v2.24.1/downloads/lilypond-2.24.1-mingw-x86_64.zip",
|
|
"hash": "750617aaf639360cd622c0beca1b84ff06b516ec5a07064f9d66f3b6582e05f8"
|
|
}
|
|
},
|
|
"extract_dir": "lilypond-2.24.1",
|
|
"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"
|
|
}
|
|
}
|