mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"version": "1.37.0-1",
|
|
"description": "Lightweight multi-protocol & multi-source command-line download utility",
|
|
"homepage": "https://aria2.github.io/",
|
|
"license": "GPL-2.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0-win-64bit-build1.zip",
|
|
"hash": "67d015301eef0b612191212d564c5bb0a14b5b9c4796b76454276a4d28d9b288",
|
|
"extract_dir": "aria2-1.37.0-win-64bit-build1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0-win-32bit-build1.zip",
|
|
"hash": "35f6514cc5dd7e98a87b3c4c2d25a0754b9b063dbe59bc0f22d483464f61e5b6",
|
|
"extract_dir": "aria2-1.37.0-win-32bit-build1"
|
|
}
|
|
},
|
|
"bin": "aria2c.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/aria2/aria2",
|
|
"regex": "/release-(?:[\\d.]+)/aria2-(?<version>[\\d.]+)-win-64bit-build(?<build>[\\d]+)\\.zip",
|
|
"replace": "${version}-${build}"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-$matchVersion/aria2-$matchVersion-win-64bit-build$matchBuild.zip",
|
|
"extract_dir": "aria2-$matchVersion-win-64bit-build$matchBuild"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-$matchVersion/aria2-$matchVersion-win-32bit-build$matchBuild.zip",
|
|
"extract_dir": "aria2-$matchVersion-win-32bit-build$matchBuild"
|
|
}
|
|
}
|
|
}
|
|
}
|