mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/utfcpp: Fix MD5SUM.
This commit is contained in:
parent
67af01ee66
commit
1b5772a78d
2 changed files with 2 additions and 2 deletions
|
@ -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 .
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue