diff options
author | Thomas_York <straterra@fuhell.com> | 2010-05-13 00:38:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:38:16 +0200 |
commit | bef8dc4b565aa6c575f683384eb5eb8b918d64d5 (patch) | |
tree | cf0b7fd0c671d9745a83d1f5633c1b598c8eed55 /network/snort | |
parent | 20d5e8459640d24718ee5bead6feb18eafd5bb76 (diff) | |
download | slackbuilds-bef8dc4b565aa6c575f683384eb5eb8b918d64d5.tar.gz slackbuilds-bef8dc4b565aa6c575f683384eb5eb8b918d64d5.tar.xz |
network/snort: Updated for version 2.8.4.1
Diffstat (limited to 'network/snort')
-rw-r--r-- | network/snort/snort.SlackBuild | 2 | ||||
-rw-r--r-- | network/snort/snort.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/network/snort/snort.SlackBuild b/network/snort/snort.SlackBuild index 7168c20f76..5f234dbf66 100644 --- a/network/snort/snort.SlackBuild +++ b/network/snort/snort.SlackBuild @@ -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} diff --git a/network/snort/snort.info b/network/snort/snort.info index ca5339190f..384c1c7b7e 100644 --- a/network/snort/snort.info +++ b/network/snort/snort.info @@ -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" |