From 79f9268bdbad442dc5b411273f8f4116eea75181 Mon Sep 17 00:00:00 2001 From: Damiano Renfer Date: Sat, 17 Jan 2015 20:09:30 +0100 Subject: [PATCH] libs/libsodium: update to 1.0.2 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 3c80feef16..a666afb172 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases -PKG_MD5SUM:=9a221b49fba7281ceaaf5e278d0f4430 +PKG_MD5SUM:=dc40eb23e293448c6fc908757738003f PKG_CAT:=zcat PKG_FIXUP:=libtool autoreconf -- 2.30.2