mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 07:05:14 +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.3",
|
|
"suggest": {
|
|
"less": "less"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/bat/releases/download/v0.15.3/bat-v0.15.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "1f6f15e85499703228fb3f2a6b3a8c96300707d1eec6f9cd2c55437264b75fa3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|