From 28af41c76422627f1e429131f2faa33de62f5b8b Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 18 Feb 2018 20:08:10 +0000 Subject: [PATCH] sslh: Update to v1.19c Change PKG_SOURCE_URL to https Signed-off-by: Jonathan McCrohan --- net/sslh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/sslh/Makefile b/net/sslh/Makefile index d4c6ffccd6..caf58a9014 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sslh -PKG_VERSION:=v1.19b +PKG_VERSION:=v1.19c PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://rutschle.net/tech/sslh/ -PKG_HASH:=10dfc4deffbca94c3ef7535d3f71b213abc78d53ed1e900873d3ca1cc943659c +PKG_SOURCE_URL:=https://rutschle.net/tech/sslh/ +PKG_HASH:=bb11dfa88b27ae1ec825a1b8156000c3f17f7e8f042311f19b7a249193c47bf3 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING