Ver Fonte

Merge pull request #35 from ashkulz/update-repository-url

point to the new URL for the patched QT repository
Jakob Truelsen há 11 anos atrás
pai
commit
ebf9b6cfc4
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      scripts/static-build.sh

+ 2 - 2
scripts/static-build.sh

@@ -34,8 +34,8 @@ GNUWIN32FILES="openssl-0.9.8h-1-lib.zip \
 openssl-0.9.8h-1-bin.zip "
 #freetype-2.3.5-1-bin.zip \
 #freetype-2.3.5-1-lib.zip "
-QTREPO=git://gitorious.org/~antialize/qt/antializes-qt.git
-QTBRANCH=4.8.4
+QTREPO=https://github.com/wkhtmltopdf/qt.git
+QTBRANCH=wk_4.8.5
 J="$((1 + $(cat /proc/cpuinfo | grep -c processor)))"
 
 function usage() {