diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 23:39:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-21 23:39:47 +0000 |
commit | 8a17353e75f15626a6b87676490f4effcb1cc473 (patch) | |
tree | b8e602c877bc0a59b07b40b8694ef8dbdbced623 /package/libs/ustream-ssl/Makefile | |
parent | 9138e8015e12e84446e6d1bf69cfd83232b6ef04 (diff) | |
download | upstream-8a17353e75f15626a6b87676490f4effcb1cc473.tar.gz upstream-8a17353e75f15626a6b87676490f4effcb1cc473.tar.bz2 upstream-8a17353e75f15626a6b87676490f4effcb1cc473.zip |
ustream-ssl: update to the latest version, fixes cyassl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40004
Diffstat (limited to 'package/libs/ustream-ssl/Makefile')
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 92ae2f0155..7f44eab97f 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:=2014-03-17 +PKG_VERSION:=2014-03-22 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/ustream-ssl.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=14fa00e3fe1ca61fcc546ee18976ec23fbe62d74 +PKG_SOURCE_VERSION:=515d8c344086746b44939652004a7b5ac1b85097 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |