postgresql: Update to version 16.0 (#5224) (#5225)

This commit is contained in:
Nai Hao Cheng 2023-10-29 16:07:20 +09:00 committed by GitHub
parent cfad41d179
commit 0887b51445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "15.4", "version": "16.0",
"description": "Object-relational database management system based on POSTGRES.", "description": "Object-relational database management system based on POSTGRES.",
"homepage": "https://www.postgresql.org", "homepage": "https://www.postgresql.org",
"license": "PostgreSQL", "license": "PostgreSQL",
@ -11,8 +11,8 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-15.4-1-windows-x64-binaries.zip#/dl.zip_", "url": "https://get.enterprisedb.com/postgresql/postgresql-16.0-1-windows-x64-binaries.zip#/dl.zip_",
"hash": "1924951bfcfec130028a1507ce7266be68a0481a43badb87c5b6acaf0da58222" "hash": "057289875516cf039f2d57a07d62ba09baf30e9984b6c252ae7f9746e2cf549b"
} }
}, },
"pre_install": [ "pre_install": [
@ -39,8 +39,8 @@
}, },
"persist": "data", "persist": "data",
"checkver": { "checkver": {
"url": "https://www.enterprisedb.com/download-postgresql-binaries", "url": "https://www.postgresql.org/ftp/source/",
"regex": "Binaries from installer .+?Version ([\\d.]+)" "regex": "v(?<version>[\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {