-
Notifications
You must be signed in to change notification settings - Fork 9
/
aliyundrive-webdav.json
35 lines (35 loc) · 1.68 KB
/
aliyundrive-webdav.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.3.3",
"description": "Aliyundrive WebDav Service",
"homepage": "https://github.com/messense/aliyundrive-webdav",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.3/aliyundrive-webdav-v2.3.3.x86_64-pc-windows-msvc.zip",
"hash": "6582ce142faba27bb8b3ee0295dda209a675653f84fd69403cf54be2eacb9e13"
},
"32bit": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.3/aliyundrive-webdav-v2.3.3.i686-pc-windows-msvc.zip",
"hash": "1c833f8c2e567da0545d90471bf2f8422dcf9c7d08bfef6a62784a63fc244550"
},
"arm64": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v2.3.3/aliyundrive-webdav-v2.3.3.x86_64-pc-windows-msvc.zip",
"hash": "6582ce142faba27bb8b3ee0295dda209a675653f84fd69403cf54be2eacb9e13"
}
},
"bin": "aliyundrive-webdav.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v$version/aliyundrive-webdav-v$version.x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v$version/aliyundrive-webdav-v$version.i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v$version/aliyundrive-webdav-v$version.x86_64-pc-windows-msvc.zip"
}
}
}
}