mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
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:
parent
9ecbb6f13f
commit
df64584f2f
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user