mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
(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:
parent
10134f19d3
commit
500e8b10b9
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user