mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.3",
|
|
"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.3/lsd-v1.1.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "43fc75485f21c4f4be4c0f340f66a7ea213825db4c7e363a232d894f22d876a4",
|
|
"extract_dir": "lsd-v1.1.3-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.3/lsd-v1.1.3-i686-pc-windows-msvc.zip",
|
|
"hash": "722f87bc5798b4f1c51b85567195f33777a7f0aa993d4dca42725abc60daf7d8",
|
|
"extract_dir": "lsd-v1.1.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|