From 0887b51445122860e301e0e46f26629b20c06c2b Mon Sep 17 00:00:00 2001 From: Nai Hao Cheng Date: Sun, 29 Oct 2023 16:07:20 +0900 Subject: [PATCH] postgresql: Update to version 16.0 (#5224) (#5225) --- bucket/postgresql.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/postgresql.json b/bucket/postgresql.json index b1de2a608c..b501faa7a7 100644 --- a/bucket/postgresql.json +++ b/bucket/postgresql.json @@ -1,5 +1,5 @@ { - "version": "15.4", + "version": "16.0", "description": "Object-relational database management system based on POSTGRES.", "homepage": "https://www.postgresql.org", "license": "PostgreSQL", @@ -11,8 +11,8 @@ ], "architecture": { "64bit": { - "url": "https://get.enterprisedb.com/postgresql/postgresql-15.4-1-windows-x64-binaries.zip#/dl.zip_", - "hash": "1924951bfcfec130028a1507ce7266be68a0481a43badb87c5b6acaf0da58222" + "url": "https://get.enterprisedb.com/postgresql/postgresql-16.0-1-windows-x64-binaries.zip#/dl.zip_", + "hash": "057289875516cf039f2d57a07d62ba09baf30e9984b6c252ae7f9746e2cf549b" } }, "pre_install": [ @@ -39,8 +39,8 @@ }, "persist": "data", "checkver": { - "url": "https://www.enterprisedb.com/download-postgresql-binaries", - "regex": "Binaries from installer .+?Version ([\\d.]+)" + "url": "https://www.postgresql.org/ftp/source/", + "regex": "v(?[\\d.]+)" }, "autoupdate": { "architecture": {