From dc59124ad513de66339d6e620fc3e6ff89037715 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 13 May 2021 14:03:26 +0000 Subject: [PATCH] postgresql: Update to version 13.3 --- bucket/postgresql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgresql.json b/bucket/postgresql.json index 6cba861cac..b1842da724 100644 --- a/bucket/postgresql.json +++ b/bucket/postgresql.json @@ -1,5 +1,5 @@ { - "version": "13.2", + "version": "13.3", "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-13.2-1-windows-x64-binaries.zip", - "hash": "e32bc579fcd5172f15cf1bdb7653c3e138ed488c285220b1855a025a176cc222" + "url": "https://get.enterprisedb.com/postgresql/postgresql-13.3-1-windows-x64-binaries.zip", + "hash": "cb1692d7a42cebb9d617bb51d9e8b940fad77e529e8714eec3e3baf26a73a227" } }, "extract_dir": "pgsql",