mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "0.21.0",
|
|
"description": "The next gen ls command",
|
|
"homepage": "https://github.com/Peltoche/lsd",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2015"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/0.21.0/lsd-0.21.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "27426df6988ca2b28aabc17446389417f61865c4348d4d6ac4d3834a4b5309d0",
|
|
"extract_dir": "lsd-0.21.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/0.21.0/lsd-0.21.0-i686-pc-windows-msvc.zip",
|
|
"hash": "dca596c625925fb6198629f8f5626510ae73e0e4640e5fabdc958abf83983a05",
|
|
"extract_dir": "lsd-0.21.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"
|
|
}
|
|
}
|
|
}
|
|
}
|