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