diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-16 13:52:28 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-08-16 14:34:51 +0100 |
commit | 3f846f9242c7901401d25cc5fc2e3db9c44dac09 (patch) | |
tree | 3ea3ee30793866269711247236b8a88a78c23704 /libs | |
parent | 06e70ff8ccc61cde785d5cbbda2d96a8f3f99c74 (diff) |
postgresql: update to version 13.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'libs')
-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 eb19b93c9..aa0a04c39 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=13.3 +PKG_VERSION:=13.4 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:=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 +PKG_HASH:=ea93e10390245f1ce461a54eb5f99a48d8cabd3a08ce4d652ec2169a357bc0cd PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf |