Skip to content

Commit 178825d

Browse files
committed
gitian: Version bump for Qt dependency
Bump Qt dependency version after OpenSSL update. Very important. Thanks @Michagogo for noting.
1 parent fa2b425 commit 178825d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ remotes:
2222
- "url": "https://github.com/bitcoin/bitcoin.git"
2323
"dir": "bitcoin"
2424
files:
25-
- "qt-win32-5.2.0-gitian-r2.zip"
26-
- "qt-win64-5.2.0-gitian-r2.zip"
25+
- "qt-win32-5.2.0-gitian-r3.zip"
26+
- "qt-win64-5.2.0-gitian-r3.zip"
2727
- "boost-win32-1.55.0-gitian-r6.zip"
2828
- "boost-win64-1.55.0-gitian-r6.zip"
2929
- "bitcoin-deps-win32-gitian-r11.zip"
@@ -59,7 +59,7 @@ script: |
5959
mkdir -p $STAGING $BUILDDIR $BINDIR
6060
#
6161
cd $STAGING
62-
unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r2.zip
62+
unzip $INDIR/qt-win${BITS}-5.2.0-gitian-r3.zip
6363
unzip $INDIR/boost-win${BITS}-1.55.0-gitian-r6.zip
6464
unzip $INDIR/bitcoin-deps-win${BITS}-gitian-r11.zip
6565
unzip $INDIR/protobuf-win${BITS}-2.5.0-gitian-r4.zip

contrib/gitian-descriptors/qt-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ script: |
8686
export LD_PRELOAD=/usr/lib/faketime/libfaketime.so.1
8787
export FAKETIME=$REFERENCE_DATETIME
8888
find -print0 | xargs -r0 touch # fix up timestamps before packaging
89-
find | sort | zip -X@ $OUTDIR/qt-win${BITS}-5.2.0-gitian-r2.zip
89+
find | sort | zip -X@ $OUTDIR/qt-win${BITS}-5.2.0-gitian-r3.zip
9090
unset LD_PRELOAD
9191
unset FAKETIME
9292
done # for BITS in

0 commit comments

Comments
 (0)