mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
autossh: use version 1.4e, update Makefile
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
This commit is contained in:
@@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -8,12 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=autossh
|
PKG_NAME:=autossh
|
||||||
PKG_VERSION:=1.4b
|
PKG_VERSION:=1.4e
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/
|
PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/
|
||||||
PKG_MD5SUM:=8f9aa006f6f69e912d3c2f504622d6f7
|
PKG_MD5SUM:=f86684b96e99d22b2e9d35dc63b0aa29
|
||||||
|
PKG_LICENSE:=0BSD
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@@ -22,6 +23,7 @@ define Package/autossh
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Autossh client
|
TITLE:=Autossh client
|
||||||
URL:=http://www.harding.motd.ca/autossh/
|
URL:=http://www.harding.motd.ca/autossh/
|
||||||
|
MAINTAINER:=Christian Beier <cb@shoutrlabs.com>
|
||||||
SUBMENU:=SSH
|
SUBMENU:=SSH
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user