diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-04-27 20:49:14 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-04-27 20:49:14 +0000 |
commit | 5d1d8efab0c781ff14707c45d29d025889c7b044 (patch) | |
tree | 44673eb269d0b2e07488dc6db00069eec31a4ee7 /package/network | |
parent | 32d2457fda9cf1da0398ad1dff1afbe375db6cf3 (diff) | |
download | master-187ad058-5d1d8efab0c781ff14707c45d29d025889c7b044.tar.gz master-187ad058-5d1d8efab0c781ff14707c45d29d025889c7b044.tar.bz2 master-187ad058-5d1d8efab0c781ff14707c45d29d025889c7b044.zip |
authsae: Update to latest version
Ping tested, add a cool fix
https://github.com/cozybit/authsae/commit/295164a83717ce59ca280468fc2f7edcea6b3cbf
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40579 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-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 351b28dca5..2d3ff1d25c 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:=2014-01-31 +PKG_VERSION:=2014-04-19 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:=3e2ae0b0412627c831ad14ebde4c57fa5ddbed0a +PKG_SOURCE_VERSION:=295164a83717ce59ca280468fc2f7edcea6b3cbf PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_PARALLEL:=1 |