Extras/bucket/git-tower.json
2026-07-16 09:14:22 +00:00

53 lines
1.9 KiB
JSON

{
"version": "13.1.576",
"homepage": "https://www.git-tower.com",
"description": "An easy to use GUI client for Git with powerful features.",
"license": {
"identifier": "Shareware",
"url": "https://www.git-tower.com/legal/eula/windows"
},
"suggest": {
".NET Desktop Runtime 8.0": "versions/windowsdesktop-runtime-8.0"
},
"architecture": {
"64bit": {
"url": "https://www.git-tower.com/apps/tower3-win/576-01812649/Tower-13.1.576.exe#/dl.7z",
"hash": "sha1:93e8887814fa1a4e49f779fa9ee374fae56ad975"
},
"arm64": {
"url": "https://www.git-tower.com/apps/tower3-win/576-01812649/Tower_arm64-13.1.576.exe#/dl.7z",
"hash": "sha1:33c932a4e06dc634c5edc2613b8f6f136f7d72d0"
}
},
"extract_dir": "lib\\native",
"bin": "Tower.exe",
"shortcuts": [
[
"Tower.exe",
"Git Tower"
]
],
"checkver": {
"url": "https://www.git-tower.com/release-notes/windows",
"regex": "/(?<release>[\\da-f-]+)/Tower-([\\d.]+)\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.git-tower.com/apps/tower3-win/$matchRelease/Tower-$version.exe#/dl.7z",
"hash": {
"url": "https://www.git-tower.com/release-notes/windows",
"regex": "$sha1\">\\s*Copy SHA1 checksum \\(x64\\)"
}
},
"arm64": {
"url": "https://www.git-tower.com/apps/tower3-win/$matchRelease/Tower_arm64-$version.exe#/dl.7z",
"hash": {
"url": "https://www.git-tower.com/release-notes/windows",
"regex": "$sha1\">\\s*Copy SHA1 checksum \\(ARM64\\)"
}
}
}
}
}