system/samhain: Fix DOWNLOAD.

This commit is contained in:
B. Watson 2015-10-27 08:09:28 -04:00 committed by Willy Sudiarto Raharjo
parent cc555f85cf
commit 59f96cdec4
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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=""