mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/Botan: Fix source naming.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
944f3840c8
commit
8809706855
2 changed files with 3 additions and 3 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue