[source] ustream-ssl: update to latest git HEAD
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 2 07:14:57 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=1e9c0665954a66affc52d752251abf3c5a2395e9
commit 1e9c0665954a66affc52d752251abf3c5a2395e9
Author: John Crispin <john at phrozen.org>
AuthorDate: Fri Jul 1 15:18:55 2016 +0200
ustream-ssl: update to latest git HEAD
Signed-off-by: John Crispin <john at phrozen.org>
---
package/libs/ustream-ssl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index 6719cd3..2148515 100644
--- a/package/libs/ustream-ssl/Makefile
+++ b/package/libs/ustream-ssl/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ustream-ssl
-PKG_VERSION:=2016-06-07
+PKG_VERSION:=2016-07-02
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/ustream-ssl.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=17085b7abc0cd09c64ccace6f8d16ddee5729678
+PKG_SOURCE_VERSION:=ec80adaa1b47f28d426fa19c692011ce60b992d6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
CMAKE_INSTALL:=1
More information about the lede-commits
mailing list