2018-09-02 16:37:25 +02:00

27 lines
786 B
JSON

{
"homepage": "https://github.com/sharkdp/bat",
"description": "A cat(1) clone with syntax highlighting and Git integration",
"license": "MIT",
"version": "0.6.1",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v0.6.1/bat-v0.6.1-x86_64-pc-windows-msvc.zip",
"hash": "76910a2f0f022938353b085cf7257528561cd9dd42b5c42e5aa85e4f50e0afa6"
}
},
"bin": "bat.exe",
"suggest": {
"less": [
"less"
]
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}