mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "0.23.0",
|
|
"description": "The next gen ls command",
|
|
"homepage": "https://github.com/Peltoche/lsd",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/0.23.0/lsd-0.23.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "cece0bd00d8e5eca01659dbe0e8e4b3f02098a941323ccf1964a6fcbb775b9c0",
|
|
"extract_dir": "lsd-0.23.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/0.23.0/lsd-0.23.0-i686-pc-windows-msvc.zip",
|
|
"hash": "7c67c9cc1a236bdddc8e9850b70d1d8b025fe92b7bc0def7d8ea9d1044726a5f",
|
|
"extract_dir": "lsd-0.23.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"
|
|
}
|
|
}
|
|
}
|
|
}
|