commit 0faa7a2d2c6a93b013e29e7397078a5025a50760
parent 0648e9e71e37f874188bd860d5e402c43b37ea3a
Author: Christian Beier <cb@shoutrlabs.com>
Date: Tue, 6 Sep 2016 14:18:36 +0200
autossh: use version 1.4e, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
Diffstat:
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git 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