libraries/utfcpp: Fix MD5SUM.
This commit is contained in:
parent
67af01ee66
commit
1b5772a78d
|
@ -39,7 +39,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
unzip -o $CWD/$GITHUBVERS.zip
|
unzip -o $CWD/$GITHUBVERS.zip || unzip -o $CWD/$PRGNAM-$GITHUBVERS.zip
|
||||||
cd $PRGNAM-$GITHUBVERS
|
cd $PRGNAM-$GITHUBVERS
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="utfcpp"
|
||||||
VERSION="2012.02.10"
|
VERSION="2012.02.10"
|
||||||
HOMEPAGE="http://utfcpp.sourceforge.net/"
|
HOMEPAGE="http://utfcpp.sourceforge.net/"
|
||||||
DOWNLOAD="http://github.com/ledger/utfcpp/archive/2233ec933f5661c7050b94d3b14f5f9f51ae3d55.zip"
|
DOWNLOAD="http://github.com/ledger/utfcpp/archive/2233ec933f5661c7050b94d3b14f5f9f51ae3d55.zip"
|
||||||
MD5SUM="20e30f9b8eb697c19e6fb56ccdd67c78"
|
MD5SUM="377877d8375107620ed12ccbb0094a61"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue