From 98b146c59e76eb8241a21d05087cd65ec85ed910 Mon Sep 17 00:00:00 2001 From: ViCrack <18179821+ViCrack@users.noreply.github.com> Date: Sun, 11 Sep 2022 23:14:17 +0800 Subject: [PATCH] dufs: Add version 0.30.0 (#3904) * dufs: Add version 0.30.0 * move bin * Update bucket/dufs.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/dufs.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/dufs.json diff --git a/bucket/dufs.json b/bucket/dufs.json new file mode 100644 index 0000000000..c30071c15e --- /dev/null +++ b/bucket/dufs.json @@ -0,0 +1,21 @@ +{ + "version": "0.30.0", + "description": "A file server that supports static serving, uploading, searching, accessing control, webdav...", + "homepage": "https://github.com/sigoden/dufs", + "license": "MIT|Apache", + "architecture": { + "64bit": { + "url": "https://github.com/sigoden/dufs/releases/download/v0.30.0/dufs-v0.30.0-x86_64-pc-windows-msvc.zip", + "hash": "aeb2aa17424fb484559d4db1a58d66993562714e4fe7c165f35c2b9efe03b6a6" + } + }, + "bin": "dufs.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sigoden/dufs/releases/download/v$version/dufs-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}