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