Commit 84f6eb9f authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

pure-ftpd: fix hash and use .bz2 tarball

For some reason, the hash file added in commit
ee6c9f5a by Gustavo turns out to be
wrong, so this commit replaces it with the proper hash, also added
after checking the GPG signature.

While at it, we switch to using a .bz2 tarball.

Fixes:

  http://autobuild.buildroot.org/results/c44/c441f35119191f47dd5fae96fd76827024e50329/



Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 372113ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Locally calculated after checking pgp signature
sha256	b72456def52c71baf8d0367ca6b7aba10796e2883a76eeb41f58f2f06f7087ba	pure-ftpd-1.0.41.tar.gz
sha256	1d48f650f366b8151d86b86c79f4bb874e95143bdac0e767038eda832d28a010	pure-ftpd-1.0.41.tar.bz2
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@

PURE_FTPD_VERSION = 1.0.41
PURE_FTPD_SITE = http://download.pureftpd.org/pub/pure-ftpd/releases
PURE_FTPD_SOURCE = pure-ftpd-$(PURE_FTPD_VERSION).tar.bz2
PURE_FTPD_LICENSE = ISC
PURE_FTPD_LICENSE_FILES = COPYING
PURE_FTPD_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)