postgresql: Update to version 13.1

This commit is contained in:
Richard Kuhnt 2020-11-12 16:01:48 +00:00
parent d154c51c52
commit 40dea3241c

View File

@ -1,5 +1,5 @@
{ {
"version": "13.0", "version": "13.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-13.0-1-windows-x64-binaries.zip", "url": "https://get.enterprisedb.com/postgresql/postgresql-13.1-1-windows-x64-binaries.zip",
"hash": "b09d77804539ee38f1ea89276e122f91444d1df2b5c72e07ac05434d1ad19f28" "hash": "90f80410bbfda295741b09c3b7ae2e9f35981fbfabdabc1ca876e1c408ddf283"
} }
}, },
"extract_dir": "pgsql", "extract_dir": "pgsql",