mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
system/samhain: Fix DOWNLOAD.
This commit is contained in:
parent
cc555f85cf
commit
59f96cdec4
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -f $PRGNAM-$VERSION.tar.gz $PRGNAM-$VERSION.tar.gz.asc
|
||||
tar xvf $CWD/$PRGNAM-current.tar.gz
|
||||
tar xvf $CWD/${PRGNAM}_signed-$VERSION.tar.gz
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="samhain"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="http://www.la-samhna.de/"
|
||||
DOWNLOAD="http://www.la-samhna.de/samhain/samhain-current.tar.gz"
|
||||
DOWNLOAD="http://www.la-samhna.de/archive/samhain_signed-3.1.0.tar.gz"
|
||||
MD5SUM="a621678f0e97fec612e63864b4d1e9d2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue