diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-06 22:20:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-02-06 22:20:20 +0000 |
commit | 6d1fdf875a59551dc071c74a6f4d091aa9e2823c (patch) | |
tree | 8bde2cced6e1f515c9713ce6520d11bd3f0225f5 /package/network/services/authsae | |
parent | add22b1a0781f32775c4170efab9704d817883e2 (diff) | |
download | mtk-20170518-6d1fdf875a59551dc071c74a6f4d091aa9e2823c.zip mtk-20170518-6d1fdf875a59551dc071c74a6f4d091aa9e2823c.tar.gz mtk-20170518-6d1fdf875a59551dc071c74a6f4d091aa9e2823c.tar.bz2 |
authsae: Update authsae to latest version
Only compile tested but the changes are minimal
https://github.com/cozybit/authsae/compare/f5693a3...1d1a122
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39518
Diffstat (limited to 'package/network/services/authsae')
-rw-r--r-- | package/network/services/authsae/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/authsae/Makefile b/package/network/services/authsae/Makefile index 13dcb7c..d5540ed 100644 --- a/package/network/services/authsae/Makefile +++ b/package/network/services/authsae/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=authsae -PKG_VERSION:=2013-07-24 +PKG_VERSION:=2013-11-13 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/cozybit/authsae.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=f5693a3ee8dcc4e11d25acc4e75f5d154c0b302b +PKG_SOURCE_VERSION:=1d1a1226a25833267a6a56b8edc48f253481b62c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_PARALLEL:=1 |