mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "1.1.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/v1.1.1/dust-v1.1.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "022487b773a7e5eba15a407029d9b61d3b1796d2b8fa0f555df764122d42001a",
|
|
"extract_dir": "dust-v1.1.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bootandy/dust/releases/download/v1.1.1/dust-v1.1.1-i686-pc-windows-msvc.zip",
|
|
"hash": "801c1da187134dba2cd1ed08d8b142fd6ae813f51c57abc4a398973e22ad65f4",
|
|
"extract_dir": "dust-v1.1.1-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "dust.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/125563061/releases",
|
|
"regex": "dust-v([\\d.]+)-x86_64-pc-windows-msvc\\.zip"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|