gitlab-runner: Fix checkver (#1041)

This commit is contained in:
Jakub Čábera 2020-05-14 09:18:30 +02:00 committed by GitHub
parent 38fa10fe77
commit 9c165a331f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
}, },
"bin": "gitlab-runner.exe", "bin": "gitlab-runner.exe",
"checkver": { "checkver": {
"url": "https://gitlab.com/gitlab-org/gitlab-runner/tags?format=atom", "url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom",
"regex": "/tags/v([\\d.]+)<" "regex": "/tags/v([\\d.]+)<"
}, },
"autoupdate": { "autoupdate": {