autossh: use version 1.4e, update Makefile

Signed-off-by: Christian Beier <cb@shoutrlabs.com>
This commit is contained in:
Christian Beier 2016-09-06 14:18:36 +02:00
parent 0648e9e71e
commit 0faa7a2d2c
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8
1 changed files with 6 additions and 4 deletions

View File

@ -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