diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-08-01 04:08:17 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-08-01 04:15:12 +0100 |
commit | 1b85a30731057dd2c83ccac1a822f4061341779c (patch) | |
tree | 11256318d9e13db7e8e953308f7b32a152f61542 /libs | |
parent | 0a38cb930ad53f8b2f093ab027c0230f6949ae2c (diff) |
postgresql: update to version 13.3
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 b94fd5205..dd40d8847 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=13.2 +PKG_VERSION:=13.3 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:=5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc +PKG_HASH:=3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf |