2024-02-13 04:24:45 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.40.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.40.0/dufs-v0.40.0-x86_64-pc-windows-msvc.zip",
"hash": "a462a3490e5753c3725dc69f2efbf3e72f2f72b42bd898d0eb246b3d9eaf3e94"
},
"32bit": {
"url": "https://github.com/sigoden/dufs/releases/download/v0.40.0/dufs-v0.40.0-i686-pc-windows-msvc.zip",
"hash": "4240ba4ca4cdfc2bab611469bfe18ab98dd3f7f2784956c6de473b6bbe1faf4d"
},
"arm64": {
"url": "https://github.com/sigoden/dufs/releases/download/v0.40.0/dufs-v0.40.0-aarch64-pc-windows-msvc.zip",
"hash": "70995624d6557c57a14148d143e2ba491bd2649de373574078bb4384994984c2"
}
},
"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"
},
"32bit": {
"url": "https://github.com/sigoden/dufs/releases/download/v$version/dufs-v$version-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/sigoden/dufs/releases/download/v$version/dufs-v$version-aarch64-pc-windows-msvc.zip"
}
}
}
}