network/snort: Updated for version 2.8.4.1

This commit is contained in:
Thomas_York 2010-05-13 00:38:16 +02:00 committed by Robby Workman
parent 20d5e84596
commit bef8dc4b56
2 changed files with 3 additions and 1 deletions

View File

@ -125,4 +125,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -2,7 +2,9 @@ PRGNAM="snort"
VERSION="2.8.4.1"
HOMEPAGE="http://www.snort.org/"
DOWNLOAD="http://dl.snort.org/snort-current/snort-2.8.4.1.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="63f4e76ae96a2d133f4c7b741bad5458"
MD5SUM_x86_64=""
MAINTAINER="Thomas_York"
EMAIL="straterra@fuhell.com"
APPROVED="rworkman"