diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-08-28 14:13:39 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-31 07:05:12 -0700 |
commit | 7049b06130be97b6ef0c958be04c46bb5e850d37 (patch) | |
tree | 32e6956824144f454b3885d5d4f0b873dd5b4051 /net/autossh/Makefile | |
parent | ee226f1ff2c031e6846b4ecbcc6cecc000d7d6fd (diff) |
autossh: switch to procd
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'net/autossh/Makefile')
-rw-r--r-- | net/autossh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/autossh/Makefile b/net/autossh/Makefile index a483991a1..78dc90eca 100644 --- a/net/autossh/Makefile +++ b/net/autossh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autossh PKG_VERSION:=1.4g -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=https://www.harding.motd.ca/autossh/ |