diff options
author | Florian Eckert <fe@dev.tdt.de> | 2022-09-26 15:22:34 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2022-10-10 13:28:52 +0200 |
commit | b9df9f10b8c48ebe9bd1e6deed33f89c6011a521 (patch) | |
tree | 97c5f07697e97e2ff4c6a72c0f1e9bf7f2b98895 /net/stunnel/Makefile | |
parent | 5518865b9c67e86dca304429f5fe7dfe7f99785c (diff) |
stunnel: update version to 5.66
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/stunnel/Makefile')
-rw-r--r-- | net/stunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 6b275b318..9a782b5ca 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunnel -PKG_VERSION:=5.65 +PKG_VERSION:=5.66 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=GPL-2.0-or-later @@ -23,7 +23,7 @@ PKG_SOURCE_URL:= \ https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc +PKG_HASH:=558178704d1aa5f6883aac6cc5d6bbf2a5714c8a0d2e91da0392468cee9f579c PKG_FIXUP:=autoreconf PKG_FIXUP:=patch-libtool |