mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "0.23.1",
|
|
"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.1/lsd-0.23.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "4666763af99d7867aa9795101560baeb053ccba12ba99a906e9a197b70e756a5",
|
|
"extract_dir": "lsd-0.23.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/0.23.1/lsd-0.23.1-i686-pc-windows-msvc.zip",
|
|
"hash": "e6aff15f93a3ac7d183c1f4bbaa8081fcbe1f4dc8e4e12248859c85449258566",
|
|
"extract_dir": "lsd-0.23.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|