Browse Source
autossh: Update to 1.4f
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
net/autossh/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=autossh |
|
|
|
PKG_VERSION:=1.4e |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.4f |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz |
|
|
|
PKG_SOURCE_URL:=http://www.harding.motd.ca/autossh/ |
|
|
|
PKG_HASH:=9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156 |
|
|
|
PKG_HASH:=0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2 |
|
|
|
PKG_LICENSE:=0BSD |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|