mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00:00
Bump win32.deps version number for new openssl
This commit is contained in:
parent
2b4d7735b6
commit
cedcec2dec
@ -62,7 +62,7 @@ script: |
|
|||||||
make $MAKEOPTS
|
make $MAKEOPTS
|
||||||
cd ..
|
cd ..
|
||||||
#
|
#
|
||||||
zip -r $OUTDIR/bitcoin-deps-0.0.3.zip \
|
zip -r $OUTDIR/bitcoin-deps-0.0.4.zip \
|
||||||
$(ls qrencode-*/{qrencode.h,.libs/libqrencode.{,l}a} | sort) \
|
$(ls qrencode-*/{qrencode.h,.libs/libqrencode.{,l}a} | sort) \
|
||||||
$(ls db-*/build_unix/{libdb_cxx.a,db.h,db_cxx.h,libdb.a,.libs/libdb_cxx-?.?.a} | sort) \
|
$(ls db-*/build_unix/{libdb_cxx.a,db.h,db_cxx.h,libdb.a,.libs/libdb_cxx-?.?.a} | sort) \
|
||||||
$(find openssl-* -name '*.a' -o -name '*.h' | sort) \
|
$(find openssl-* -name '*.a' -o -name '*.h' | sort) \
|
||||||
|
@ -17,7 +17,7 @@ remotes:
|
|||||||
files:
|
files:
|
||||||
- "qt-win32-4.7.4-gitian.zip"
|
- "qt-win32-4.7.4-gitian.zip"
|
||||||
- "boost-win32-1.47.0-gitian.zip"
|
- "boost-win32-1.47.0-gitian.zip"
|
||||||
- "bitcoin-deps-0.0.3.zip"
|
- "bitcoin-deps-0.0.4.zip"
|
||||||
script: |
|
script: |
|
||||||
#
|
#
|
||||||
mkdir $HOME/qt
|
mkdir $HOME/qt
|
||||||
@ -39,7 +39,7 @@ script: |
|
|||||||
mv include/boost .
|
mv include/boost .
|
||||||
cd ..
|
cd ..
|
||||||
#
|
#
|
||||||
unzip bitcoin-deps-0.0.3.zip
|
unzip bitcoin-deps-0.0.4.zip
|
||||||
#
|
#
|
||||||
find -type f | xargs touch --date="$REFERENCE_DATETIME"
|
find -type f | xargs touch --date="$REFERENCE_DATETIME"
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user