gitea: Fix checkver regex (#3362)

* gitea: fix check version regex

Fix broken regex that check against blog entry,
and change against Current version

* Update gitea.json
This commit is contained in:
Oussama Delassi 2022-03-09 04:02:09 +01:00 committed by GitHub
parent 9ecbb6f13f
commit df64584f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@
"data"
],
"checkver": {
"url": "https://blog.gitea.io/",
"regex": "Gitea.*?([\\d.]+)"
"url": "https://dl.gitea.io/gitea",
"regex": "Current Release ([\\d.]+)"
},
"autoupdate": {
"architecture": {