From c2d15517abe6817a632058bac22a1551856f8786 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 7 Jan 2020 09:40:36 +0200 Subject: [PATCH] postgresql: fix PKG_HASH Signed-off-by: Daniel Golle --- libs/postgresql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 0556742494..92418c85e9 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -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:=2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d +PKG_HASH:=a09bf3abbaf6763980d0f8acbb943b7629a8b20073de18d867aecdb7988483ed PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf -- 2.30.2