Browse Source

postgresql: fix PKG_HASH

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 5 years ago
parent
commit
c2d15517ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/postgresql/Makefile

+ 1
- 1
libs/postgresql/Makefile View File

@ -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


Loading…
Cancel
Save