Added For Installation of du from sysinternals (#1866)

* 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
This commit is contained in:
rubgade 2017-11-24 14:12:04 -05:00 committed by Richard Kuhnt
parent 522ae79509
commit 9083243ddd

21
du.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}
}