libraries/Botan: Fix source naming.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-04-17 08:09:13 +07:00
parent 944f3840c8
commit 8809706855
2 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tbz
tar xvf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="Botan"
VERSION="1.10.8"
HOMEPAGE="http://botan.randombit.net/"
DOWNLOAD="http://botan.randombit.net/files/Botan-1.10.8.tbz"
MD5SUM="a0b68a77ed8b1170f494a33ecdae039c"
DOWNLOAD="http://botan.randombit.net/releases/Botan-1.10.8.tgz"
MD5SUM="0eb8ed92cf20a3ceeaf0845ae5f02cf4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""