mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "0.39.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.39.0/dufs-v0.39.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "dfc654587abb5824e13473d461487973bf67700ca14b0579f4d7902d45f68c9a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sigoden/dufs/releases/download/v0.39.0/dufs-v0.39.0-i686-pc-windows-msvc.zip",
|
|
"hash": "b001692938be867ff549c6bd272c1046c43b43fec5280a816268272394a0f8bc"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sigoden/dufs/releases/download/v0.39.0/dufs-v0.39.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "8aea0ff7c9f964515932059ef6b76b503b6740010a9cad0cce546d460610a102"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|