mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/LOIC: Updated for version 1.1.1.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4ec9e2bcfd
commit
dacac7bad6
2 changed files with 7 additions and 6 deletions
|
@ -29,8 +29,9 @@
|
|||
# caught. This script is released for educational purposes only. #
|
||||
###############################################################################
|
||||
|
||||
PRGNAM=LOIC # This replaces the earlier "loic"
|
||||
VERSION=${VERSION:-1.0.7.42} # The versioning scheme has changed
|
||||
PRGNAM=LOIC
|
||||
SRCNAM=loic
|
||||
VERSION=${VERSION:-1.1.1.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,7 +50,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
unzip $CWD/$PRGNAM-$VERSION-binary.zip
|
||||
unzip $CWD/$SRCNAM.v$VERSION.zip
|
||||
chown -R root:root .
|
||||
|
||||
cp -a LOIC.exe $PKG/opt/LOIC
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="LOIC"
|
||||
VERSION="1.0.7.42"
|
||||
VERSION="1.1.1.25"
|
||||
HOMEPAGE="https://github.com/NewEraCracker/LOIC/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/loic/files/loic/loic-1.0.7/LOIC-1.0.7.42-binary.zip"
|
||||
MD5SUM="08c62a8f40fb9432ea86f31d88917553"
|
||||
DOWNLOAD="https://github.com/downloads/NewEraCracker/LOIC/loic.v1.1.1.25.zip"
|
||||
MD5SUM="ae8fe2ec8064cb3f3e0765d2b6a8484e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mono"
|
||||
|
|
Loading…
Reference in a new issue