mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
lsd: Add version 0.17.0 (#1001)
This commit is contained in:
parent
eb9a11948c
commit
8fce662bab
35
bucket/lsd.json
Normal file
35
bucket/lsd.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"version": "0.17.0",
|
||||
"description": "The next gen ls command",
|
||||
"homepage": "https://github.com/Peltoche/lsd",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Peltoche/lsd/releases/download/0.17.0/lsd-0.17.0-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "CEA33808EDA59743C0BDDDDD8F5C6A828E1B3E9DD7BAF9FC710B0EB295A24ABC",
|
||||
"extract_dir": "lsd-0.17.0-x86_64-pc-windows-msvc"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Peltoche/lsd/releases/download/0.17.0/lsd-0.17.0-i686-pc-windows-msvc.zip",
|
||||
"hash": "09C0F9461777CECE981CC33CF8FDC3A139C4B2FADD77841533A772B3796C417E",
|
||||
"extract_dir": "lsd-0.17.0-i686-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "lsd.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Peltoche/lsd/releases/download/$version/lsd-$version-x86_64-pc-windows-msvc.zip",
|
||||
"extract_dir": "lsd-$version-x86_64-pc-windows-msvc"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/Peltoche/lsd/releases/download/$version/lsd-$version-i686-pc-windows-msvc.zip",
|
||||
"extract_dir": "lsd-$version-i686-pc-windows-msvc"
|
||||
}
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2015"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user