diff options
author | Christian Beier <cb@shoutrlabs.com> | 2016-09-06 14:18:36 +0200 |
---|---|---|
committer | Christian Beier <cb@shoutrlabs.com> | 2016-09-06 14:18:36 +0200 |
commit | 0faa7a2d2c6a93b013e29e7397078a5025a50760 (patch) | |
tree | 65589a04bff7325a7cafa76cbef433b59db61eaa | |
parent | 0648e9e71e37f874188bd860d5e402c43b37ea3a (diff) |
autossh: use version 1.4e, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
-rw-r--r-- | net/autossh/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/autossh/Makefile b/net/autossh/Makefile index ec6e7eb11..9a2776734 100644 --- a/net/autossh/Makefile +++ b/net/autossh/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autossh -PKG_VERSION:=1.4b -PKG_RELEASE:=6 +PKG_VERSION:=1.4e +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/ -PKG_MD5SUM:=8f9aa006f6f69e912d3c2f504622d6f7 +PKG_MD5SUM:=f86684b96e99d22b2e9d35dc63b0aa29 +PKG_LICENSE:=0BSD include $(INCLUDE_DIR)/package.mk @@ -22,6 +23,7 @@ define Package/autossh CATEGORY:=Network TITLE:=Autossh client URL:=http://www.harding.motd.ca/autossh/ + MAINTAINER:=Christian Beier <cb@shoutrlabs.com> SUBMENU:=SSH endef |