lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 555c759548b3b531d8f9c712096f995a34ad29d6
parent 5bcbff46f93db550563e04f1d5ee503558ac51d8
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 11 May 2015 13:24:49 +0200

Merge pull request #1245 from wongsyrone/patch-1

libsodium: update to 1.0.3
Diffstat:
Mlibs/libsodium/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium -PKG_VERSION:=1.0.2 +PKG_VERSION:=1.0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases -PKG_MD5SUM:=dc40eb23e293448c6fc908757738003f +PKG_MD5SUM:=b3bcc98e34d3250f55ae196822307fab PKG_FIXUP:=libtool autoreconf PKG_USE_MIPS16:=0