Browse Source

net/stunnel: Update to version 5.40

Update stunnel to 5.40

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
Daniel Engberg 8 years ago
committed by GitHub
parent
commit
bfe17ade44
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.38
PKG_VERSION:=5.40
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:=09ada29ba1683ab1fd1f31d7bed8305127a0876537e836a40cb83851da034fd5
PKG_MD5SUM:=23acdb390326ffd507d90f8984ecc90e0d9993f6bd6eac1d0a642456565c45ff
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1


Loading…
Cancel
Save