forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaxel.json
35 lines (35 loc) · 1.35 KB
/
axel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"version": "2.16.1-1",
"homepage": "https://github.com/axel-download-accelerator/axel",
"description": "Lightweight download accelerator",
"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"
}
}
}
}