mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
26 lines
817 B
JSON
26 lines
817 B
JSON
{
|
|
"version": "5.8.1",
|
|
"description": "A Fast Console Disk Usage Analyzer",
|
|
"homepage": "https://github.com/dundee/gdu",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dundee/gdu/releases/download/v5.8.1/gdu_windows_amd64.exe.zip",
|
|
"hash": "33c2e09a2016bfa90c621c11597c684d5a14a65d7eec5c9f275e825c7a9000bf"
|
|
}
|
|
},
|
|
"pre_install": "Rename-Item \"$dir\\$($fname -replace '\\.zip$')\" 'gdu.exe'",
|
|
"bin": "gdu.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dundee/gdu/releases/download/v$version/gdu_windows_amd64.exe.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/sha256sums.txt"
|
|
}
|
|
}
|
|
}
|