2020-12-13 11:20:31 +01:00

36 lines
1.4 KiB
JSON

{
"version": "0.19.0",
"description": "The next gen ls command",
"homepage": "https://github.com/Peltoche/lsd",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd-0.19.0-x86_64-pc-windows-msvc.zip",
"hash": "5281c06d9d8ba0cb02da72a93ed8f096d2764c3c63259b996ce033781a70d2ae",
"extract_dir": "lsd-0.19.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd-0.19.0-i686-pc-windows-msvc.zip",
"hash": "183ab3b415187f98292bec878b7d100ae0c69d549d793482fed74e2afdfac083",
"extract_dir": "lsd-0.19.0-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"
}
}
},
"suggest": {
"vcredist": "extras/vcredist2015"
}
}