summaryrefslogtreecommitdiffstats
path: root/package/network/services/authsae/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-04-27 20:49:14 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-04-27 20:49:14 +0000
commit513b796698fd262e6296af2c7f1459d4d600a951 (patch)
tree7cfc73a76ac908b1223b7732471183937328243a /package/network/services/authsae/Makefile
parentc622a371013a6ab059de313768664ab948fe8c63 (diff)
downloadmaster-31e0f0ae-513b796698fd262e6296af2c7f1459d4d600a951.tar.gz
master-31e0f0ae-513b796698fd262e6296af2c7f1459d4d600a951.tar.bz2
master-31e0f0ae-513b796698fd262e6296af2c7f1459d4d600a951.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> SVN-Revision: 40579
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 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