ScoopInstaller_Main/bucket/git-town.json
2024-11-20 16:30:42 +00:00

37 lines
1.3 KiB
JSON

{
"version": "16.6.1",
"description": "Git plugin that adds Git commands that make collaborative software development more efficient and safe.",
"homepage": "https://www.git-town.com",
"license": "MIT",
"suggest": {
"git": "git"
},
"architecture": {
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/v16.6.1/git-town_windows_intel_64.zip",
"hash": "db0eb06d44d1f819cbb0d74d09f826c76880e2dea78aa76fd330836cd6c7d4e5"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v16.6.1/git-town_windows_arm_64.zip",
"hash": "8163ceb72217dde92df361f4b188322d969a2cdb345a34c6ce8567ab8e6a41a7"
}
},
"bin": "git-town.exe",
"checkver": {
"github": "https://github.com/git-town/git-town"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_intel_64.zip"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_arm_64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}