2018-09-12 21:01:52 +00: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.7.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v0.7.0/bat-v0.7.0-x86_64-pc-windows-msvc.zip",
"hash": "eb12a728bc54019d66ac836577bb45bf5fd1ab47547984fbaed1863d972018c8"
}
},
"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"
}
}
}
}