(chore) postgresql: Fix checkver regex

Relates to https://github.com/ScoopInstaller/Main/runs/8101033949?check_suite_focus=true#step:3:321

Couldn't find match due to slight change in website layout
This commit is contained in:
tech189 2022-08-30 22:55:33 +01:00
parent 10134f19d3
commit 500e8b10b9

View File

@ -40,7 +40,7 @@
"persist": "data",
"checkver": {
"url": "https://www.enterprisedb.com/download-postgresql-binaries",
"regex": "Binaries from installer .+ Version ([\\d.]+)"
"regex": "Binaries from installer .+?Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {