Check integrity of gitian input source tarballs

This commit is contained in:
Warren Togami
2013-10-31 17:47:56 -10:00
parent 837369806a
commit b31482844b
4 changed files with 19 additions and 4 deletions

View File

@@ -20,7 +20,9 @@ script: |
#
HOST=i686-w64-mingw32
INSTDIR="$HOME/qt/"
#
# Integrity Check
echo "f1f72974f924861be04019f49f07cd43ab3c95056db2ba8f34b283487cccc728 qt-everywhere-opensource-src-4.8.3.tar.gz" | sha256sum -c
mkdir $INSTDIR
mkdir -p $INSTDIR/host/bin
#