mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "0.20.1",
|
|
"description": "The next gen ls command",
|
|
"homepage": "https://github.com/Peltoche/lsd",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2015"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/0.20.1/lsd-0.20.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "6fe685659ec1ef818cbc28f531290a12d9be0b8a22abb0e17789b5c449a48dec",
|
|
"extract_dir": "lsd-0.20.1-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/0.20.1/lsd-0.20.1-i686-pc-windows-msvc.zip",
|
|
"hash": "68b3ee3379d7a3ed979a4dbbe60636f8d0689796c67325e9a21f96bbf95b3fa5",
|
|
"extract_dir": "lsd-0.20.1-i686-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "lsd.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/$version/lsd-$version-x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "lsd-$version-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Peltoche/lsd/releases/download/$version/lsd-$version-i686-pc-windows-msvc.zip",
|
|
"extract_dir": "lsd-$version-i686-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|