Skip to content

Commit

Permalink
Merge pull request #1041 from imduffy15/master
Browse files Browse the repository at this point in the history
Upgrade sip, pyqt5, pyqtwebengine
  • Loading branch information
kmike committed Jun 8, 2020
2 parents edacf17 + f3db870 commit 5326371
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/splash/download-pyqt5.sh
@@ -1,9 +1,9 @@
#!/usr/bin/env sh
# XXX: these URLs needs to be replaced with sourceforge in future,
# XXX: riverbankcomputing URLs need to be replaced with files.pythonhosted.org in future,
# because riverbank tend to remove old releases.
SIP="https://www.riverbankcomputing.com/static/Downloads/sip/4.19.19/sip-4.19.19.tar.gz"
PYQT="https://www.riverbankcomputing.com/static/Downloads/PyQt5/5.13.2/PyQt5-5.13.2.tar.gz"
WEBENGINE="https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/5.13.2/PyQtWebEngine-5.13.2.tar.gz"
SIP="https://www.riverbankcomputing.com/static/Downloads/sip/4.19.22/sip-4.19.22.tar.gz"
PYQT="https://files.pythonhosted.org/packages/4d/81/b9a66a28fb9a7bbeb60e266f06ebc4703e7e42b99e3609bf1b58ddd232b9/PyQt5-5.14.2.tar.gz"
WEBENGINE="https://files.pythonhosted.org/packages/47/9f/60e630711fd1dd14ef3bd95c86c733c86b8c0853749c7a03691f681f13fd/PyQtWebEngine-5.14.0.tar.gz"

curl --fail -L -o "$1" ${SIP} && \
curl --fail -L -o "$2" ${PYQT} && \
Expand Down

0 comments on commit 5326371

Please sign in to comment.