From 4cc511d0b3021c77d6469b7b1d7c888ee2580013 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Wed, 1 Nov 2017 11:58:15 +0100 Subject: [PATCH] libsrtp: update to 1.6.0 Signed-off-by: Jiri Slachta --- libs/libsrtp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libsrtp/Makefile b/libs/libsrtp/Makefile index 11a5418..7a46f4b 100644 --- a/libs/libsrtp/Makefile +++ b/libs/libsrtp/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsrtp -PKG_VERSION:=1.5.4 +PKG_VERSION:=1.6.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cisco/libsrtp.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=078c4a5b2a4380dea025998ceea9e0a1e3164d2d +PKG_SOURCE_VERSION:=2b091a4fb21c9b06fc5d4b5763bdaec97542fcd7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)