Browse Source

net/stunnel: add archive mirror

The registered URLs only point to the latest version. After adding the archive
URL we could now download older version again.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert 6 years ago
committed by Yousong Zhou
parent
commit
5c8298f279
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      net/stunnel/Makefile

+ 3
- 1
net/stunnel/Makefile View File

@ -18,7 +18,9 @@ PKG_LICENSE_FILES:=COPYING COPYRIGHT.GPL
PKG_SOURCE_URL:= \
http://ftp.nluug.nl/pub/networking/stunnel/ \
http://www.usenix.org.uk/mirrors/stunnel/ \
https://www.stunnel.org/downloads/
https://www.stunnel.org/downloads/ \
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:=1011d5a302ce6a227882d094282993a3187250f42f8a801dcc1620da63b2b8df


Loading…
Cancel
Save