mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.5 KiB
JSON
36 lines
1.5 KiB
JSON
{
|
|
"version": "0.8.3",
|
|
"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.8.3/dust-v0.8.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f85d6daf505f4ff447349f741d8a27c79e2461535adc082938639dcd76685909",
|
|
"extract_dir": "dust-v0.8.3-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/bootandy/dust/releases/download/v0.8.3/dust-v0.8.3-i686-pc-windows-msvc.zip",
|
|
"hash": "269899b20f984dfbab3933ad70766f217f93b2a92cb0b27129354782770ade1d",
|
|
"extract_dir": "dust-v0.8.3-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "dust.exe",
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/bootandy/dust/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"
|
|
}
|
|
}
|
|
}
|
|
}
|