2023-04-29 11:46:13 +05:30

36 lines
1.4 KiB
JSON

{
"version": "2.16.1-1",
"description": "Lightweight download accelerator",
"homepage": "https://github.com/axel-download-accelerator/axel",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/unix-utils/axel/2.16.1/axel-2.16.1-1-x86_64.zip",
"hash": "sha1:308ee956e3f886411ae7494037a0b0b8a87360aa",
"extract_dir": "axel-2.16.1-1-x86_64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/unix-utils/axel/2.16.1/axel-2.16.1-1-i686.zip",
"hash": "sha1:cc139d906d177295f6c08fd9f282994fd0fe50d3",
"extract_dir": "axel-2.16.1-1-i686"
}
},
"bin": "axel.exe",
"checkver": {
"url": "https://sourceforge.net/projects/unix-utils/rss?path=/axel",
"regex": "axel-([\\d.-]+)-x86_64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/unix-utils/axel/$matchHead/axel-$version-x86_64.zip",
"extract_dir": "axel-$version-x86_64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/unix-utils/axel/$matchHead/axel-$version-i686.zip",
"extract_dir": "axel-$version-i686"
}
}
}
}