diff options
author | Damiano Renfer <damiano.renfer@gmail.com> | 2014-09-22 16:51:31 +0200 |
---|---|---|
committer | Damiano Renfer <damiano.renfer@gmail.com> | 2014-09-22 16:51:31 +0200 |
commit | 4cf3a733f6daaed9eccd45de5286ea704b97ec5e (patch) | |
tree | 487da28f911f8e88bb2c899a9288ff602f5b2c4e /libs/libsodium/Makefile | |
parent | 2bceca6bf2c75f40c3f51ed830c444165e2a5b0c (diff) |
libs/libsodium: update to 0.7.1
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
Diffstat (limited to 'libs/libsodium/Makefile')
-rw-r--r-- | libs/libsodium/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index 1c0039d35..65250a470 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium -PKG_VERSION:=0.7.0 -PKG_RELEASE:=2 +PKG_VERSION:=0.7.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:=b9029bf810c4b5a8acc3afec1286a36a +PKG_MD5SUM:=c224fe3923d1dcfe418c65c8a7246316 PKG_CAT:=zcat PKG_FIXUP:=libtool autoreconf |