lsd: Add version 0.17.0 (#1001)

This commit is contained in:
Manoj K 2020-04-18 15:39:20 +02:00 committed by GitHub
parent eb9a11948c
commit 8fce662bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
bucket/lsd.json Normal file
View 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"
}
}