diff --git a/MacOSX/build-package.in b/MacOSX/build-package.in index c3ee2917..a0888b94 100755 --- a/MacOSX/build-package.in +++ b/MacOSX/build-package.in @@ -45,7 +45,7 @@ fi if ! test -e $BUILDPATH/openpace_bin/$PREFIX/lib/pkgconfig; then if ! test -e openpace; then - git clone --depth=1 https://github.com/frankmorgner/openpace.git + git clone --depth=1 https://github.com/frankmorgner/openpace.git -b 1.1.0 fi cd openpace autoreconf -vis diff --git a/appveyor.yml b/appveyor.yml index 2c49e91f..58fc4cd4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ install: throw "There are newer queued builds for this pull request, failing early." } - date /T & time /T - set PATH=C:\cygwin\bin;%PATH% - - set OPENPACE_VER=1.0.3 + - set OPENPACE_VER=1.1.0 - set ZLIB_VER_DOT=1.2.11 - ps: $env:PACKAGE_NAME=(git describe --tags --abbrev=0) - ps: >-