From 93a8954ebf804bbf6518b381c02e6cebc7b443d3 Mon Sep 17 00:00:00 2001 From: StarsbySea <66008060+StarsbySea@users.noreply.github.com> Date: Fri, 17 Mar 2023 21:48:15 +0800 Subject: [PATCH] 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> --- bucket/aliyundrive-webdav.json | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bucket/aliyundrive-webdav.json diff --git a/bucket/aliyundrive-webdav.json b/bucket/aliyundrive-webdav.json new file mode 100644 index 0000000000..38f69dfad6 --- /dev/null +++ b/bucket/aliyundrive-webdav.json @@ -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" + } + } + } +}