mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.2.0",
|
|
"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.2.0/lsd-v1.2.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a65b9f457153934a7ce1f7e0fe1c4922a95bb2822222126e4fbaa6ee9c0d78e5",
|
|
"extract_dir": "lsd-v1.2.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.2.0/lsd-v1.2.0-i686-pc-windows-msvc.zip",
|
|
"hash": "f7462f5963cfda1d1ff83ca3685e3f662fcbf275da9104b6f9508dfe9d084d80",
|
|
"extract_dir": "lsd-v1.2.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|