mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/snort: Updated for version 2.8.4.1
This commit is contained in:
parent
20d5e84596
commit
bef8dc4b56
2 changed files with 3 additions and 1 deletions
|
@ -125,4 +125,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="snort"
|
||||||
VERSION="2.8.4.1"
|
VERSION="2.8.4.1"
|
||||||
HOMEPAGE="http://www.snort.org/"
|
HOMEPAGE="http://www.snort.org/"
|
||||||
DOWNLOAD="http://dl.snort.org/snort-current/snort-2.8.4.1.tar.gz"
|
DOWNLOAD="http://dl.snort.org/snort-current/snort-2.8.4.1.tar.gz"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM="63f4e76ae96a2d133f4c7b741bad5458"
|
MD5SUM="63f4e76ae96a2d133f4c7b741bad5458"
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Thomas_York"
|
MAINTAINER="Thomas_York"
|
||||||
EMAIL="straterra@fuhell.com"
|
EMAIL="straterra@fuhell.com"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in a new issue