2023-03-25 12:31:01 +00:00

36 lines
1.4 KiB
JSON

{
"version": "0.23.0",
"description": "A cat(1) clone with syntax highlighting and Git integration",
"homepage": "https://github.com/sharkdp/bat",
"license": "Apache-2.0",
"suggest": {
"less": "less"
},
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v0.23.0/bat-v0.23.0-x86_64-pc-windows-msvc.zip",
"hash": "ff2079e76f59934aed16a8ca5f837e2d76126865fde3f9be9a155e93ac4dccc5",
"extract_dir": "bat-v0.23.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v0.23.0/bat-v0.23.0-i686-pc-windows-msvc.zip",
"hash": "f65adcc58cc66176dd1efc02eb7b0c7a26aebb4e0917ffcd66c185ca655eabd6",
"extract_dir": "bat-v0.23.0-i686-pc-windows-msvc"
}
},
"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",
"extract_dir": "bat-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "bat-v$version-i686-pc-windows-msvc"
}
}
}
}