mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.2",
|
|
"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.2/lsd-v1.1.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "b739fcd2de1ae51367977fdb48cdbd296dbbe1605499ff20baae87e320eef716",
|
|
"extract_dir": "lsd-v1.1.2-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.2/lsd-v1.1.2-i686-pc-windows-msvc.zip",
|
|
"hash": "d42f4d5306c6cfc8112c8743a398f3e349df65fbeafb0653637c67836161707a",
|
|
"extract_dir": "lsd-v1.1.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|