libraries/utfcpp: Fix MD5SUM.

This commit is contained in:
B. Watson 2015-10-27 17:12:38 -04:00 committed by Willy Sudiarto Raharjo
parent 67af01ee66
commit 1b5772a78d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
unzip -o $CWD/$GITHUBVERS.zip
unzip -o $CWD/$GITHUBVERS.zip || unzip -o $CWD/$PRGNAM-$GITHUBVERS.zip
cd $PRGNAM-$GITHUBVERS
chown -R root:root .

View File

@ -2,7 +2,7 @@ PRGNAM="utfcpp"
VERSION="2012.02.10"
HOMEPAGE="http://utfcpp.sourceforge.net/"
DOWNLOAD="http://github.com/ledger/utfcpp/archive/2233ec933f5661c7050b94d3b14f5f9f51ae3d55.zip"
MD5SUM="20e30f9b8eb697c19e6fb56ccdd67c78"
MD5SUM="377877d8375107620ed12ccbb0094a61"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""