-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaliyundrive.json
28 lines (28 loc) · 1.08 KB
/
aliyundrive.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
{
"version": "6.6.0",
"homepage": "https://www.aliyundrive.com/",
"license": "Freeware",
"url": "https://cdn.aliyundrive.net/downloads/apps/desktop/update/6.6.0/win32/x64/aDrive-6.6.0.exe?_=sourceforge.net",
"hash": "sha512:e9acebf2b75c5e1a6ff00c67976194f7371c280b2099583388f3867122fbf398be157773f78d3a44b805c0696a27297fa007e6e25d0e79ca6a8c804a073c5120",
"installer": {
"script": "Expand-7zipArchive -Path \"$dir\\$fname\" -Removal"
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$TEMP\" -Force -Recurse",
"shortcuts": [
[
"aDrive.exe",
"aliyun drive"
]
],
"checkver": {
"url": "https://api.nicoconi.com/updater/aliyundrive",
"regex": "version: ([\\d.]+)"
},
"autoupdate": {
"url": "https://cdn.aliyundrive.net/downloads/apps/desktop/update/$version/win32/x64/aDrive-$version.exe?_=sourceforge.net",
"hash": {
"url": "https://api.nicoconi.com/updater/aliyundrive",
"regex": "sha512: $base64"
}
}
}