diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 20:25:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-17 20:29:08 +0100 |
commit | a08267d7b2d7804e7ea5950eb313c66caf5e9729 (patch) | |
tree | 37fcf3e3d18cb3d5e99c800c1984f446e9a62468 | |
parent | 844c7db98901261ae0a12adc86203375e0778003 (diff) |
autossh: update to 1.4e
-rw-r--r-- | package/autossh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/autossh/Makefile b/package/autossh/Makefile index 6e0f4306b..9f59557c6 100644 --- a/package/autossh/Makefile +++ b/package/autossh/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= autossh -PKG_VERSION:= 1.4b +PKG_VERSION:= 1.4e PKG_RELEASE:= 1 -PKG_HASH:= e77f518e1f3607aa55086c8969f72d1b44ef99402814a19fec213a6e0f06ef07 +PKG_HASH:= 9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156 PKG_DESCR:= automatically restart ssh sessions and tunnels PKG_SECTION:= net/security PKG_DEPENDS:= openssh-client |