From f184ecbc433a57d72dbb009baaae3ddd89c4b43c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 9 Aug 2018 16:01:48 +0000 Subject: [PATCH] postgresql: Update to version 10.5 --- postgresql.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/postgresql.json b/postgresql.json index 399ed14fa3..592f7668d0 100644 --- a/postgresql.json +++ b/postgresql.json @@ -1,15 +1,15 @@ { "homepage": "https://www.postgresql.org/", - "version": "10.4", + "version": "10.5", "license": "PostgreSQL", "architecture": { "64bit": { - "url": "https://get.enterprisedb.com/postgresql/postgresql-10.4-1-windows-x64-binaries.zip", - "hash": "00c114d578fc64a6b135937620e51041763bd7732445e1b1af44371653fd129a" + "url": "https://get.enterprisedb.com/postgresql/postgresql-10.5-1-windows-x64-binaries.zip", + "hash": "9d0555a008fcea646fab191273d3d5811eeb90675f9dda3bebae425af670bed2" }, "32bit": { - "url": "https://get.enterprisedb.com/postgresql/postgresql-10.4-1-windows-binaries.zip", - "hash": "09e1102ca19dc2fb387b128750b8de777190eb568c69236a3222407013155bfe" + "url": "https://get.enterprisedb.com/postgresql/postgresql-10.5-1-windows-binaries.zip", + "hash": "8ac09c0309755d0232119bce6cb9b64fd50f315a33773966f6a9eddc8125046d" } }, "extract_dir": "pgsql",