浏览代码

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

point to the new URL for the patched QT repository
Jakob Truelsen 11 年之前
父节点
当前提交
ebf9b6cfc4
共有 1 个文件被更改,包括 2 次插入2 次删除
  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() {