mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
dust: Add version 0.5.1 (#856)
This commit is contained in:
parent
5250ff45bc
commit
fdcfb6bebe
32
bucket/dust.json
Normal file
32
bucket/dust.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"version": "0.5.1",
|
||||
"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.5.1/dust-v0.5.1-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "c2ebd370bd0c837257bd360b613d89edce5bb1ea289bd22ae2936b53154d5680",
|
||||
"extract_dir": "dust-v0.5.1-x86_64-pc-windows-msvc"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/bootandy/dust/releases/download/v0.5.1/dust-v0.5.1-i686-pc-windows-msvc.zip",
|
||||
"hash": "9ffbe635367c4e6718b547a61f39cbc1d54108371486a7854a4c80c3c44894d1",
|
||||
"extract_dir": "dust-v0.5.1-i686-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "dust.exe",
|
||||
"checkver": "github",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user