mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
26 lines
793 B
JSON
26 lines
793 B
JSON
{
|
|
"homepage": "https://github.com/sharkdp/bat",
|
|
"description": "A cat(1) clone with syntax highlighting and Git integration",
|
|
"license": "Apache-2.0",
|
|
"version": "0.9.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/bat/releases/download/v0.9.0/bat-v0.9.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "40a5ab38d8b2b81a35c95cee863747572b9e41afa024550923155d138a792e3d"
|
|
}
|
|
},
|
|
"bin": "bat.exe",
|
|
"suggest": {
|
|
"less": "less",
|
|
"ccat": "ccat"
|
|
},
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|