From d6eb6f056582c43585215d7a98d8d6de45ee4030 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Fri, 22 Dec 2017 00:11:31 -0800 Subject: [PATCH] libs/libgcrypt: switch PKG_SOURCE_URL to https URI curl hangs with the ftp URI Signed-off-by: Ben Smith --- libs/libgcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index d1894a17a..325507f41 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