git-town: Fix url, checkver, autoupdate (Closes #4835)

This commit is contained in:
HUMORCE 2023-06-01 23:41:06 +00:00
parent 4e9f8d8d12
commit b54ea689a6
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -8,20 +8,18 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/untagged-c5121e4d876a7f56b01f/git-town_9.0.0_windows_intel_64.zip",
"url": "https://github.com/git-town/git-town/releases/download/v9.0.0/git-town_9.0.0_windows_intel_64.zip",
"hash": "a785a82f4f82714cf3ff5d0829a9934ed59cfa1d80caf5a2df997d34fc6c388e"
}
},
"bin": "git-town.exe",
"checkver": {
"url": "https://api.github.com/repos/git-town/git-town/releases",
"jsonpath": "$..browser_download_url",
"regex": "download/(?<tag>[\\w-]+)/git-town_([\\d.]+)_windows_intel_64.zip"
"github": "https://github.com/git-town/git-town"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/git-town/git-town/releases/download/$matchTag/git-town_$version_windows_intel_64.zip"
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_$version_windows_intel_64.zip"
}
}
}