From 356436f9bd9c30df232a8ebbc7e967dd3c5f5554 Mon Sep 17 00:00:00 2001 From: Kishan Gondaliya Date: Tue, 31 Oct 2017 13:46:19 +0530 Subject: [PATCH] libsodium: Fix download url Signed-off-by: Kishan Gondaliya --- libs/libsodium/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index 55d410b567..1b9ecf1499 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases/old +PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases/old/unsupported PKG_MD5SUM:=dc40eb23e293448c6fc908757738003f PKG_FIXUP:=libtool autoreconf -- 2.30.2