2025-09-04 12:32:15 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.45.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.45.0/dufs-v0.45.0-x86_64-pc-windows-msvc.zip",
"hash": "a436b2ccca010b6d7504baf2cc29340231d4d8927bf9f0fb626394caf3930274"
},
"32bit": {
"url": "https://github.com/sigoden/dufs/releases/download/v0.45.0/dufs-v0.45.0-i686-pc-windows-msvc.zip",
"hash": "96a4b6331584348117e3930bfc93b5a915a82955984310b64c2e01ed4cff9409"
},
"arm64": {
"url": "https://github.com/sigoden/dufs/releases/download/v0.45.0/dufs-v0.45.0-aarch64-pc-windows-msvc.zip",
"hash": "ac32a1295a5efc31d95d2126f100e67651f4625ed68e74a16179d6ca20005eb6"
}
},
"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"
}
}
}
}