mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
* Created du * Rename du to du.json * Update du.json * Updated with SHA256 hash * Update du.json * du: Change version to 1.6 and add architecture support
22 lines
603 B
JSON
22 lines
603 B
JSON
{
|
|
"homepage": "https://docs.microsoft.com/en-us/sysinternals/downloads/du",
|
|
"license": "https://docs.microsoft.com/en-us/sysinternals/downloads/du",
|
|
"description": "Shows Disk Usage",
|
|
"version": "1.6",
|
|
"url": "https://download.sysinternals.com/files/DU.zip",
|
|
"hash":"a3757d8b646bcd2feac05af2d30eb6e8b7da8c79a896f57ff67036996e46b4a9",
|
|
"architecture": {
|
|
"64bit": {
|
|
"bin": [
|
|
[
|
|
"du64.exe",
|
|
"du"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"bin": "du.exe"
|
|
}
|
|
}
|
|
}
|