getting bzip2,libxml,libxslt from http instead of ftp (#1400)

This commit is contained in:
dmondev 2021-04-01 00:04:58 -04:00 committed by GitHub
parent 150c1f6b45
commit 67678a6c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ SQLITEURL=https://www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz
BZIP2TARBALL=$(ROOT)/downloads/bzip2-1.0.2.tar.gz
BZIP2BUILD=$(ROOT)/build/bzip2-1.0.2
BZIP2URL=ftp://sourceware.org/pub/bzip2/v102/bzip2-1.0.2.tar.gz
BZIP2URL=https://sourceware.org/pub/bzip2/bzip2-1.0.2.tar.gz
all: $(INSTALL)/lib/$(LIB)

View File

@ -4,7 +4,7 @@ package:
source:
sha256: aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f
url: ftp://xmlsoft.org/libxml2/libxml2-2.9.10.tar.gz
url: http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz
requirements:
run:

View File

@ -4,7 +4,7 @@ package:
source:
sha256: 8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8
url: ftp://xmlsoft.org/libxml2/libxslt-1.1.33.tar.gz
url: http://xmlsoft.org/sources/libxslt-1.1.33.tar.gz
requirements:
run: