mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
bat@0.16.0: Fix shim (#1468)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
19e3f6c1f3
commit
3992f513c5
@ -9,7 +9,8 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/sharkdp/bat/releases/download/v0.16.0/bat-v0.16.0-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": "fd6ddb9c07418732e3809afd720166066a9c648edaf1618c88fddca6e72e792d"
|
"hash": "fd6ddb9c07418732e3809afd720166066a9c648edaf1618c88fddca6e72e792d",
|
||||||
|
"extract_dir": "bat-v0.16.0-x86_64-pc-windows-msvc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "bat.exe",
|
"bin": "bat.exe",
|
||||||
@ -17,7 +18,8 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user