Extras/bucket/git-cola.json
2026-07-12 09:00:39 +00:00

42 lines
1.2 KiB
JSON

{
"version": "4.19.0",
"description": "A highly-caffeinated, powerful, and intuitive graphical user interface for Git",
"homepage": "https://git-cola.github.io/",
"license": "GPL-2.0-or-later",
"suggest": {
"git": "git"
},
"architecture": {
"64bit": {
"url": "https://github.com/git-cola/git-cola/releases/download/v4.19.0/git-cola-4.19.0.windows.zip",
"hash": "b7f1e91ed246a4e00959a4146fda8822ee467a35e89e6447c81b1affa45d7d95"
}
},
"pre_install": [
"Get-ChildItem \"$dir\" 'git-cola-*.exe' | Select-Object -First 1 -ExpandProperty FullName | Expand-7zipArchive -Destination \"$dir\" -Removal",
"Remove-Item \"$dir\\`$*\" -Force -Recurse"
],
"bin": [
"bin\\git-cola.exe",
"bin\\git-dag.exe"
],
"shortcuts": [
[
"bin\\git-cola.exe",
"Git Cola",
"",
"git-cola.ico"
]
],
"checkver": {
"github": "https://github.com/git-cola/git-cola"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-cola/git-cola/releases/download/v$version/git-cola-$version.windows.zip"
}
}
}
}