aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/authsae/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-06 22:20:20 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-06 22:20:20 +0000
commitfbcb8cc98663574ca4e07f2242528e68d5dc28de (patch)
tree2f62ef32edb105ed9bc00c6264f71a1f00224f6a /package/network/services/authsae/Makefile
parent7c033cf2ce97ef9e100dca4d71d043a8b7f25ad8 (diff)
downloadmaster-187ad058-fbcb8cc98663574ca4e07f2242528e68d5dc28de.tar.gz
master-187ad058-fbcb8cc98663574ca4e07f2242528e68d5dc28de.tar.bz2
master-187ad058-fbcb8cc98663574ca4e07f2242528e68d5dc28de.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39518 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/authsae/Makefile')
-rw-r--r--package/network/services/authsae/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/authsae/Makefile b/package/network/services/authsae/Makefile
index 13dcb7ce79..d5540ede0b 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