mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.1",
|
|
"description": "The next gen ls command",
|
|
"homepage": "https://github.com/lsd-rs/lsd",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.1/lsd-v1.1.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3e9a01b8ad0b5b468175325f97547ccb05bbc5eb81e8f962336549a56f3ead49",
|
|
"extract_dir": "lsd-v1.1.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.1/lsd-v1.1.1-i686-pc-windows-msvc.zip",
|
|
"hash": "19be09dd4b47d8ca9b01f11897cfddd78427c79e948b3e24b4d4407824dba5e2",
|
|
"extract_dir": "lsd-v1.1.1-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "lsd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v$version/lsd-v$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "lsd-v$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v$version/lsd-v$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "lsd-v$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|