ScoopInstaller_Main/aria2.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

32 lines
1.3 KiB
JSON

{
"homepage": "https://aria2.github.io/",
"license": "GPL-2.0-or-later",
"version": "1.33.1",
"architecture": {
"32bit": {
"url": "https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1-win-32bit-build1.zip",
"hash": "04bf07c0449c703db17fbcd586365aebba00201ca513ca4808b543f1f9208f1f",
"extract_dir": "aria2-1.33.1-win-32bit-build1"
},
"64bit": {
"url": "https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1-win-64bit-build1.zip",
"hash": "b7ec87b53a83cd1359515e648d97309ee78ba656299735d00964eca7c587d607",
"extract_dir": "aria2-1.33.1-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"
}
}
}
}