mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/xtables-addons: Updated for version 1.39.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
17b521d5fc
commit
3adb386c50
3 changed files with 6 additions and 4 deletions
|
@ -6,3 +6,5 @@ including TARPIT and SYSRQ.
|
|||
|
||||
This package builds some kernel modules, so it will need to be
|
||||
rebuilt any time you change kernels.
|
||||
|
||||
This requires libmnl.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xtables-addons
|
||||
VERSION=${VERSION:-1.33}
|
||||
VERSION=${VERSION:-1.39}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xtables-addons"
|
||||
VERSION="1.33"
|
||||
VERSION="1.39"
|
||||
HOMEPAGE="http://xtables-addons.sf.net/"
|
||||
DOWNLOAD="http://download.sourceforge.net/xtables-addons/xtables-addons-1.33.tar.xz"
|
||||
MD5SUM="db80618d505bf7a5b9d576d83e3f0f80"
|
||||
DOWNLOAD="http://download.sourceforge.net/xtables-addons/xtables-addons-1.39.tar.xz"
|
||||
MD5SUM="63dedce9afd16acfd68efc30c9f55950"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
|
|
Loading…
Reference in a new issue