From 500e8b10b9079ac67e404f5e770a2045f09bd66a Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 30 Aug 2022 22:55:33 +0100 Subject: [PATCH] (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 --- bucket/postgresql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/postgresql.json b/bucket/postgresql.json index 2abae2af50..af3fd60b48 100644 --- a/bucket/postgresql.json +++ b/bucket/postgresql.json @@ -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": {