mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
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:
parent
522ae79509
commit
9083243ddd
21
du.json
Normal file
21
du.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user