diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-11-15 00:55:05 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-11-15 02:16:52 +0000 |
commit | dbae7fda6d1b8472ff69996b45285603d3cfc0e8 (patch) | |
tree | 09c1bd65516d6d2efc91160b6dadfed57667252e | |
parent | 23ac7563c24d5e446f84b3f427a3f96699524df4 (diff) |
postgresql: update to version 14.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | libs/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index a6a2bc3ff..c06fec8a6 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=14.0 +PKG_VERSION:=14.1 PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> 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:=ee2ad79126a7375e9102c4db77c4acae6ae6ffe3e082403b88826d96d927a122 +PKG_HASH:=4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf |