bat@0.16.0: Fix shim (#1468)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Farzad Majidfayyaz 2020-10-04 11:31:43 -04:00 committed by GitHub
parent 19e3f6c1f3
commit 3992f513c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v0.16.0/bat-v0.16.0-x86_64-pc-windows-msvc.zip",
"hash": "fd6ddb9c07418732e3809afd720166066a9c648edaf1618c88fddca6e72e792d"
"hash": "fd6ddb9c07418732e3809afd720166066a9c648edaf1618c88fddca6e72e792d",
"extract_dir": "bat-v0.16.0-x86_64-pc-windows-msvc"
}
},
"bin": "bat.exe",
@ -17,7 +18,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip"
"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"
}
}
}