mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.1.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.1.0/lsd-v1.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "364addc6f15c70b14e144a9aeccbc2c9852c52de6260939fa760f5e39f56b5af",
|
|
"extract_dir": "lsd-v1.1.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.0/lsd-v1.1.0-i686-pc-windows-msvc.zip",
|
|
"hash": "9c2d373716d8d38a9eb27cc892c98208861018ff97b5c4f02d5099281e8a6b69",
|
|
"extract_dir": "lsd-v1.1.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"
|
|
}
|
|
}
|
|
}
|
|
}
|