mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +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",
|
"persist": "data",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.enterprisedb.com/download-postgresql-binaries",
|
"url": "https://www.enterprisedb.com/download-postgresql-binaries",
|
||||||
"regex": "Binaries from installer .+ Version ([\\d.]+)"
|
"regex": "Binaries from installer .+?Version ([\\d.]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user