[Pkg-bitcoin-commits] [python-quamash] 248/269: bump pyqt installer version in appveyor

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 6d9caf61c43efc2672a5e886612b76164c763e1c
Author: Mark Harviston <Mark.T.Harviston.-ND at disney.com>
Date:   Mon Nov 16 11:28:36 2015 -0800

    bump pyqt installer version in appveyor
---
 appveyor/install.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor/install.ps1 b/appveyor/install.ps1
index d9f2201..4fb8763 100644
--- a/appveyor/install.ps1
+++ b/appveyor/install.ps1
@@ -37,11 +37,11 @@ function main () {
         InstallPackage $env:Python PySide
     }
     if ($env:QTIMPL -eq "PyQt4"){
-        (new-object net.webclient).DownloadFile("http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/PyQt4-4.11.3-gpl-Py3.4-Qt4.8.6-x32.exe", "C:\install-PyQt4.exe")
+        (new-object net.webclient).DownloadFile("http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py3.4-Qt4.8.7-x32.exe/download", "C:\install-PyQt4.exe")
         Start-Process -FilePath C:\install-PyQt4.exe -ArgumentList "/S" -Wait -Passthru
     }
     if ($env:QTIMPL -eq "PyQt5"){
-        (new-object net.webclient).DownloadFile("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.4/PyQt5-5.4-gpl-Py3.4-Qt5.4.0-x32.exe/download", "C:\install-PyQt5.exe")
+        (new-object net.webclient).DownloadFile("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x32.exe/download", "C:\install-PyQt5.exe")
         Start-Process -FilePath C:\install-PyQt5.exe -ArgumentList "/S" -Wait -Passthru
     }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list