mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|