mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
25 lines
772 B
JSON
25 lines
772 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.15.0",
|
|
"suggest": {
|
|
"less": "less"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/bat/releases/download/v0.15.0/bat-v0.15.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "2c1656259684c9f44ecff1f055cb421d6591345fb807e90629a9e8dabd672b29"
|
|
}
|
|
},
|
|
"bin": "bat.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|