postgresql: Update to version 12.1

This commit is contained in:
Richard Kuhnt 2019-11-14 18:00:24 +00:00
parent 92565644c7
commit 5658c31713

View File

@ -1,12 +1,12 @@
{ {
"homepage": "https://www.postgresql.org/", "homepage": "https://www.postgresql.org/",
"description": "Object-relational database management system based on POSTGRES.", "description": "Object-relational database management system based on POSTGRES.",
"version": "12.0", "version": "12.1",
"license": "PostgreSQL", "license": "PostgreSQL",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-12.0-1-windows-x64-binaries.zip", "url": "https://get.enterprisedb.com/postgresql/postgresql-12.1-1-windows-x64-binaries.zip",
"hash": "32bc54654e24df13175ffc56cb72b347cd41e654cdf4ae6c244ac25572292ee6" "hash": "a074cf355c4d42c622ba3ff5fad8bd40cf42e0e1b6d9d3cb6b6991220514212d"
} }
}, },
"extract_dir": "pgsql", "extract_dir": "pgsql",