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>
This commit is contained in:
parent
e656745031
commit
5c8298f279
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue