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>
This commit is contained in:
ViCrack 2022-09-11 23:14:17 +08:00 committed by GitHub
parent c0b1b90033
commit 98b146c59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/dufs.json Normal file
View File

@ -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"
}
}
}
}