pure-ftpd: fix hash and use .bz2 tarball
For some reason, the hash file added in commit
ee6c9f5a1b
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
372113ff93
commit
84f6eb9fe3
@ -1,2 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 b72456def52c71baf8d0367ca6b7aba10796e2883a76eeb41f58f2f06f7087ba pure-ftpd-1.0.41.tar.gz
|
||||
sha256 1d48f650f366b8151d86b86c79f4bb874e95143bdac0e767038eda832d28a010 pure-ftpd-1.0.41.tar.bz2
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user