mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "0.6.1",
|
|
"description": "du(1) - File space usage analyzer",
|
|
"homepage": "https://github.com/bootandy/dust",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bootandy/dust/releases/download/v0.6.1/dust-v0.6.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c24cc2c6f7baf8027706fcbd27d9fb9d2490acde500513502b7573bf46122d83",
|
|
"extract_dir": "dust-v0.6.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bootandy/dust/releases/download/v0.6.1/dust-v0.6.1-i686-pc-windows-msvc.zip",
|
|
"hash": "108e03b931df3b1d2f51798c5352666bbfc8a1806d6eaeed0f0e35e676c955f0",
|
|
"extract_dir": "dust-v0.6.1-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "dust.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "dust-v$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "dust-v$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|