From: Ben Smith Date: Fri, 22 Dec 2017 08:11:31 +0000 (-0800) Subject: libs/libgcrypt: switch PKG_SOURCE_URL to https URI X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F5314%2Fhead;p=feed%2Fpackages.git libs/libgcrypt: switch PKG_SOURCE_URL to https URI curl hangs with the ftp URI Signed-off-by: Ben Smith --- diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index d1894a17a9..325507f41d 100644 --- a/libs/libgcrypt/Makefile +++ b/libs/libgcrypt/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.6.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt +PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgcrypt/ PKG_HASH:=f9461b4619bb78b273a88d468915750d418e89a3ea3b641bab0563a9af4b04d0 PKG_LICENSE:=LGPL-2.1+ GPL-2.0+ PKG_LICENSE_FILES:=COPYING