mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.8.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.8.0/duf_0.8.0_Windows_x86_64.zip",
|
|
"hash": "883a9012b24cf21db5a27e76ba5ba179263d469d8b4e9e018447790a9fd0a4ff"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v0.8.0/duf_0.8.0_Windows_i386.zip",
|
|
"hash": "856a05a232ba1510231a386f3131a36686084fdc12bb66b9d955c05bcd8779e0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|