mirror of https://github.com/pyodide/pyodide.git
getting bzip2,libxml,libxslt from http instead of ftp (#1400)
This commit is contained in:
parent
150c1f6b45
commit
67678a6c7f
|
@ -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)
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue