mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://aria2.github.io/",
|
|
"license": "GPL2 or later",
|
|
"version": "1.33.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-1.33.0/aria2-1.33.0-win-32bit-build1.zip",
|
|
"hash": "a7b566e3e8adeef79c8e801938cc576b2d11c04d42eae70aacfea9abe92da636",
|
|
"extract_dir": "aria2-1.33.0-win-32bit-build1"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-1.33.0/aria2-1.33.0-win-64bit-build1.zip",
|
|
"hash": "fcd16d2b690ccc371aaa68e5738d1b3e97dea06d4bcca758d1d0e40b9f96e68a",
|
|
"extract_dir": "aria2-1.33.0-win-64bit-build1"
|
|
}
|
|
},
|
|
"bin": "aria2c.exe",
|
|
"checkver": "<p>Download <a href=\"https://github.com/aria2/aria2[^\"]+\">version ([^<]+)</a>",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-32bit-build1.zip",
|
|
"extract_dir": "aria2-$version-win-32bit-build1"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-64bit-build1.zip",
|
|
"extract_dir": "aria2-$version-win-64bit-build1"
|
|
}
|
|
}
|
|
}
|
|
}
|