mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "1.2.4",
|
|
"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.2.4/dust-v1.2.4-x86_64-pc-windows-msvc.zip",
|
|
"hash": "eb08d642f016787bb9fc918a4dc5f34665463657fddf83a40f2441cbf020fb4c",
|
|
"extract_dir": "dust-v1.2.4-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bootandy/dust/releases/download/v1.2.4/dust-v1.2.4-i686-pc-windows-msvc.zip",
|
|
"hash": "34fc8c492d323b8bc396dbe3e32aa08464026be379f916e0fab78004bfc3b8b8",
|
|
"extract_dir": "dust-v1.2.4-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"
|
|
}
|
|
}
|
|
}
|
|
}
|