Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
36 changes: 36 additions & 0 deletions bucket/duf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "0.6.2",
"description": "Disk Usage/Free Utility - a better 'df' alternative",
"homepage": "https://github.com/muesli/duf",
"license": {
"identifier": "MIT",
"url": "https://github.com/muesli/duf/blob/master/LICENSE"
},
"changelog": "https://github.com/muesli/duf/releases/tag/v0.6.2",
"architecture": {
"64bit": {
"url": "https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_Windows_x86_64.zip",
"hash": "16ef7c5ae344f7fe747b0e5bd1fe4f7a9a7a6475bd0672e3ddce402469ed79b2"
},
"32bit": {
"url": "https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_Windows_i386.zip",
"hash": "e4d4135f2d67b37b0dc63cb457f69036672307148f864d2d4c86ff881d2ea133"
}
},
"bin": "duf.exe",
"checkver": "github",
"autoupdate": {
"changelog": "https://github.com/muesli/duf/releases/tag/v$version",
"architecture": {
"64bit": {
"url": "https://github.com/muesli/duf/releases/download/v$version/duf_$version_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/muesli/duf/releases/download/v$version/duf_$version_Windows_i386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}