use OpenPACE 1.1.0

This commit is contained in:
Frank Morgner 2019-04-25 15:25:02 +02:00
parent bbec50bfdb
commit 1a656f2abe
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: >-