ScoopInstaller_Main/bucket/git-town.json
2025-08-05 20:29:23 +00:00

37 lines
1.3 KiB
JSON

{
"version": "21.4.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/v21.4.1/git-town_windows_intel_64.zip",
"hash": "dd4f86fa18e5972d36e9852e71ef424231b72c28f26777b711bdc36c9bbda591"
},
"arm64": {
"url": "https://github.com/git-town/git-town/releases/download/v21.4.1/git-town_windows_arm_64.zip",
"hash": "dcab5295dbd736bdec53bf391bcc8bdbc66776a1e6c22a118c6e733fcd79b400"
}
},
"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"
}
}
}