2021-02-05 13:05:58 +01:00

32 lines
1.1 KiB
JSON

{
"version": "0.6.0",
"description": "Disk Usage/Free Utility - a better 'df' alternative",
"homepage": "https://github.com/muesli/duf",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/muesli/duf/releases/download/v0.6.0/duf_0.6.0_Windows_x86_64.zip",
"hash": "9cf11c16e62d4f37bc7272dc0f113695eb9783e1da3bcd4b162f53cce538b472"
},
"32bit": {
"url": "https://github.com/muesli/duf/releases/download/v0.6.0/duf_0.6.0_Windows_i386.zip",
"hash": "068453afdb16c87ef6a0356020d7ae36bd593739b5a222ea5276543289d6ca0a"
}
},
"bin": "duf.exe",
"checkver": "github",
"autoupdate": {
"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"
}
}
}