From 99195e12b6e9d1a2be52422180b7b0bbf29dc19d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 14 Feb 2019 18:00:48 +0000 Subject: [PATCH] postgresql: Update to version 11.2 --- postgresql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgresql.json b/postgresql.json index aac8569f7d..c75c13fc4a 100644 --- a/postgresql.json +++ b/postgresql.json @@ -1,11 +1,11 @@ { "homepage": "https://www.postgresql.org/", - "version": "11.1", + "version": "11.2", "license": "PostgreSQL", "architecture": { "64bit": { - "url": "https://get.enterprisedb.com/postgresql/postgresql-11.1-1-windows-x64-binaries.zip", - "hash": "e158f4e7b714bde8fa5b37370f8646b31ea9ab87595320d900bea07add4a7887" + "url": "https://get.enterprisedb.com/postgresql/postgresql-11.2-1-windows-x64-binaries.zip", + "hash": "12c361d7a43542e1556f593fe9971463199b73286f5dac6c6bdc83ded45a1ed8" } }, "extract_dir": "pgsql",