2024-08-20 20:27:44 +00:00

36 lines
1.4 KiB
JSON

{
"version": "1.1.5",
"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.5/lsd-v1.1.5-x86_64-pc-windows-msvc.zip",
"hash": "0260b74376ced7a699a9e86eec1b5aa4cf1ad739c30829e0b53fc1be4adeaba1",
"extract_dir": "lsd-v1.1.5-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/lsd-rs/lsd/releases/download/v1.1.5/lsd-v1.1.5-i686-pc-windows-msvc.zip",
"hash": "2ddfc138df2cc33b9dff7351377ada6eb422f12f619cb5495406a9e2f7c1223c",
"extract_dir": "lsd-v1.1.5-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"
}
}
}
}