mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "0.9.1",
|
|
"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.9.1/duf_0.9.1_Windows_x86_64.zip",
|
|
"hash": "503934be81f847d9ddb1b739834217480633435ad16515dd199e372c0b2e1afc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v0.9.1/duf_0.9.1_Windows_i386.zip",
|
|
"hash": "716138691fb2ed2f73e3061a43f1d1e82f47057e192f80d48e82d4eb07a17e55"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v0.9.1/duf_0.9.1_Windows_arm64.zip",
|
|
"hash": "6aa91380c7bd5ba935bab38bb826680255a0d9569614de7b0d149cea471ccf4b"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/muesli/duf/releases/download/v$version/duf_$version_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|