bat: Update to version 0.16.0

This commit is contained in:
Jakub Čábera 2020-10-04 14:15:28 +02:00
parent 5be9651fc3
commit 521737d82c

View File

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