diff options
author | Gabor Seljan <sgabe@users.noreply.github.com> | 2020-05-25 17:25:29 +0200 |
---|---|---|
committer | Gabor Seljan <sgabe@users.noreply.github.com> | 2020-05-25 17:25:29 +0200 |
commit | 888c580605be2c9aeb9d89af14a74eea4ee91b7f (patch) | |
tree | 13cb38605b7ceaf59055358c26913f69d5b75bae /net | |
parent | 499f3ac44bbf40db924459030c33c35a0d0c2beb (diff) |
sslh: bump package release
Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sslh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 8ce761b38..e141f99da 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sslh PKG_VERSION:=v1.20 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://rutschle.net/tech/sslh/ |