From 64a71ca1c214775e5658fd3a3c044ee73bf06bc6 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 4 Jul 2025 16:24:51 +0100 Subject: [PATCH] postgresql: update to 17.5 See https://www.postgresql.org/docs/17/release-17-5.html Signed-off-by: Daniel Golle --- libs/postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index e3dffd2032..df07c8cb1f 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=17.4 +PKG_VERSION:=17.5 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=PostgreSQL @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=\ http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) -PKG_HASH:=c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7 +PKG_HASH:=fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 PKG_BUILD_FLAGS:=no-mips16 PKG_FIXUP:=autoreconf -- 2.30.2