2024-11-05 12:31:39 +00:00

36 lines
1.5 KiB
JSON

{
"version": "0.43.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.43.0/dufs-v0.43.0-x86_64-pc-windows-msvc.zip",
"hash": "98f53e3eaf193a3b7d5022f1abfaf3b3a016ab286e6a0cc318c0d596f9e34be0"
},
"32bit": {
"url": "https://github.com/sigoden/dufs/releases/download/v0.43.0/dufs-v0.43.0-i686-pc-windows-msvc.zip",
"hash": "5eabd5c32fe186cc5c5e882461f34c745bc84ffaa282433b26cfe4a09e9aeb2d"
},
"arm64": {
"url": "https://github.com/sigoden/dufs/releases/download/v0.43.0/dufs-v0.43.0-aarch64-pc-windows-msvc.zip",
"hash": "526dc3e6125521fd31d3e627bcac0450b82c62e3ff633ae8ac551fbdf2639b50"
}
},
"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"
}
}
}
}