Browse Source

net/stunnel: Update to 5.38

Updates stunnel to version 5.38

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
Daniel Engberg 8 years ago
committed by GitHub
parent
commit
86257f8550
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/stunnel/Makefile

+ 2
- 2
net/stunnel/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=stunnel
PKG_VERSION:=5.37
PKG_VERSION:=5.38
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0+
@ -19,7 +19,7 @@ PKG_SOURCE_URL:= \
http://ftp.nluug.nl/pub/networking/stunnel/ \
http://www.usenix.org.uk/mirrors/stunnel/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=d0e3530e3effc64fdec792c71791d4937c6b8bd3b9ea4895c6bb6526dcd0d241
PKG_MD5SUM:=09ada29ba1683ab1fd1f31d7bed8305127a0876537e836a40cb83851da034fd5
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1


Loading…
Cancel
Save