From d14d41e70ef3c6847ba6256b4bfec6e2774aa039 Mon Sep 17 00:00:00 2001 From: Damiano Renfer Date: Mon, 4 Jan 2016 12:40:17 +0100 Subject: [PATCH] libs/libsodium: update to 1.0.8 Signed-off-by: Damiano Renfer damiano.renfer@gmail.com --- libs/libsodium/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index b806d79ea..ae0c19926 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium -PKG_VERSION:=1.0.7 +PKG_VERSION:=1.0.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases -PKG_MD5SUM:=8bdc92cee556526a51612709e976208a +PKG_MD5SUM:=0a66b86fd3aab3fe4c858edcd2772760 PKG_FIXUP:=libtool autoreconf PKG_USE_MIPS16:=0