mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "0.44.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.44.0/dufs-v0.44.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a9b1a7c8189ae0820963a6a4509781220212b07252871fdfcdb1a0b5d538704a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/dufs/releases/download/v0.44.0/dufs-v0.44.0-i686-pc-windows-msvc.zip",
|
|
"hash": "500065e7fc073c8429eece9ca4d3f99f8096eac49284bbeebb35d09982cec441"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sigoden/dufs/releases/download/v0.44.0/dufs-v0.44.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "a8789010ad0c91c2fbcfd16801162dcb6a78d447471e7a8a33d78b3b019fa5cf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|