postgresql: Update to version 14.1 (#3024)

This commit is contained in:
Federico Caselli 2021-11-30 05:55:13 +01:00 committed by GitHub
parent e8682b0df0
commit 330cbe78d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "14.0", "version": "14.1",
"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",
@ -10,8 +10,8 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-14.0-1-windows-x64-binaries.zip", "url": "https://get.enterprisedb.com/postgresql/postgresql-14.1-1-windows-x64-binaries.zip",
"hash": "8a84e4a348d5a05b669ee5733b6dadfdcbbe089b17bcbec2dbcd2ad69ff1f661" "hash": "7c8aeca0329d8b86c42579d849d061a7b60173de9156d7b43cf09d1e54f4f533"
} }
}, },
"extract_dir": "pgsql", "extract_dir": "pgsql",
@ -33,7 +33,7 @@
"persist": "data", "persist": "data",
"checkver": { "checkver": {
"url": "https://www.enterprisedb.com/download-postgresql-binaries", "url": "https://www.enterprisedb.com/download-postgresql-binaries",
"regex": "<b>Version ([\\d.]+)<" "regex": "Binaries from installer .+ Version ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {