lede-packages-rs

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

commit 49db533d83a96510ef9dbc34d1c245282344397b
parent 783d78542d816a7e2927e79155dcfed3b1a2e742
Author: Ted Hess <thess@kitschensync.net>
Date:   Sat, 29 Nov 2014 09:00:51 -0500

Merge pull request #576 from damianorenfer/master

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

diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.1 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:=3093dabe4e038d09f0d150cef064b2f7 +PKG_MD5SUM:=9a221b49fba7281ceaaf5e278d0f4430 PKG_CAT:=zcat PKG_FIXUP:=libtool autoreconf