aliyundrive-webdav: Add version 2.1.0 (#4569)

* aliyundrive-webdav: Add version 2.1.0

* Update bucket/aliyundrive-webdav.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
StarsbySea 2023-03-17 21:48:15 +08:00 committed by GitHub
parent 580adbc3f1
commit 93a8954ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,35 @@
{
"version": "2.1.0",
"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.1.0/aliyundrive-webdav-v2.1.0.x86_64-pc-windows-msvc.zip",
"hash": "e471d8b8053460b35463a51c51e8a6cd8a665ac0bb6f49c5c363bd0a975b21b4"
},
"32bit": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v2.1.0/aliyundrive-webdav-v2.1.0.i686-pc-windows-msvc.zip",
"hash": "eaa90a8a91c83b92338d28466773215121df1ca7da213ea3385f5cc54394185f"
},
"arm64": {
"url": "https://github.com/messense/aliyundrive-webdav/releases/download/v2.1.0/aliyundrive-webdav-v2.1.0.x86_64-pc-windows-msvc.zip",
"hash": "e471d8b8053460b35463a51c51e8a6cd8a665ac0bb6f49c5c363bd0a975b21b4"
}
},
"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"
}
}
}
}