2020-05-28 10:29:23 +02:00

25 lines
772 B
JSON

{
"homepage": "https://github.com/sharkdp/bat",
"description": "A cat(1) clone with syntax highlighting and Git integration",
"license": "Apache-2.0",
"version": "0.15.4",
"suggest": {
"less": "less"
},
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v0.15.4/bat-v0.15.4-x86_64-pc-windows-msvc.zip",
"hash": "382555bdadcf658a77174ff40e315b8f61e710a260c1e7bca8a61fb4a073e290"
}
},
"bin": "bat.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}