mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
* dufs: Add version 0.30.0 * move bin * Update bucket/dufs.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
22 lines
766 B
JSON
22 lines
766 B
JSON
{
|
|
"version": "0.30.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.30.0/dufs-v0.30.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "aeb2aa17424fb484559d4db1a58d66993562714e4fe7c165f35c2b9efe03b6a6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|