From 21a3af7d653f8e1234ef216e255cf495e6c0bb67 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 16 Jun 2022 19:55:49 +0200 Subject: [PATCH] package/postgresql: bump version to 14.4 Release notes: https://www.postgresql.org/about/news/postgresql-144-released-2470/ Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard (cherry picked from commit 2579cc2cb32032c24b5f62946b05837a60340b3b) Signed-off-by: Peter Korsgaard --- package/postgresql/postgresql.hash | 4 ++-- package/postgresql/postgresql.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/postgresql/postgresql.hash b/package/postgresql/postgresql.hash index 8ebe7b58fa..b2e94195e1 100644 --- a/package/postgresql/postgresql.hash +++ b/package/postgresql/postgresql.hash @@ -1,5 +1,5 @@ -# From https://ftp.postgresql.org/pub/source/v14.3/postgresql-14.3.tar.bz2.sha256 -sha256 279057368bf59a919c05ada8f95c5e04abb43e74b9a2a69c3d46a20e07a9af38 postgresql-14.3.tar.bz2 +# From https://ftp.postgresql.org/pub/source/v14.4/postgresql-14.4.tar.bz2.sha256 +sha256 c23b6237c5231c791511bdc79098617d6852e9e3bdf360efd8b5d15a1a3d8f6a postgresql-14.4.tar.bz2 # License file, Locally calculated sha256 f6d6616acdb598742e2a7c64fa0551c1c72c309d279fd2d90370e5fdd41c8945 COPYRIGHT diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk index 45049f669d..c893f8026c 100644 --- a/package/postgresql/postgresql.mk +++ b/package/postgresql/postgresql.mk @@ -4,7 +4,7 @@ # ################################################################################ -POSTGRESQL_VERSION = 14.3 +POSTGRESQL_VERSION = 14.4 POSTGRESQL_SOURCE = postgresql-$(POSTGRESQL_VERSION).tar.bz2 POSTGRESQL_SITE = https://ftp.postgresql.org/pub/source/v$(POSTGRESQL_VERSION) POSTGRESQL_LICENSE = PostgreSQL