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.7.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/bat/releases/download/v0.7.1/bat-v0.7.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "d36ad941d7ccaf1ce9b4b61924e876cb24303ec045b81a86a878c5878a7e7cc1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|