forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalist.json
50 lines (50 loc) · 1.61 KB
/
alist.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"version": "3.36.0",
"description": "A file list program that supports multiple storage, powered by Gin and Solidjs.",
"homepage": "https://alist.nn.ci",
"license": "AGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/alist-org/alist/releases/download/v3.36.0/alist-windows-amd64.zip",
"hash": "md5:1f031c1cbcc2f9cec196b49276e4a677"
},
"32bit": {
"url": "https://github.com/alist-org/alist/releases/download/v3.36.0/alist-windows-386.zip",
"hash": "md5:56fa57303692cb062d606590fa4e7df2"
},
"arm64": {
"url": "https://github.com/alist-org/alist/releases/download/v3.36.0/alist-windows-arm64.zip",
"hash": "md5:717e9e0b3497918da49dc67d952e3479"
}
},
"bin": [
[
"alist.exe",
"alist",
"--force-bin-dir"
]
],
"persist": [
"data",
"log"
],
"checkver": {
"github": "https://github.com/alist-org/alist"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/alist-org/alist/releases/download/v$version/alist-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/alist-org/alist/releases/download/v$version/alist-windows-386.zip"
},
"arm64": {
"url": "https://github.com/alist-org/alist/releases/download/v$version/alist-windows-arm64.zip"
}
},
"hash": {
"url": "$baseurl/md5.txt"
}
}
}