diff options
author | Alexander Ryzhov <github@ryzhov-al.ru> | 2016-02-16 09:22:50 -0500 |
---|---|---|
committer | Alexander Ryzhov <github@ryzhov-al.ru> | 2016-02-16 09:22:50 -0500 |
commit | cd554e1386a90a3ed686df298db0173dff0cf558 (patch) | |
tree | 1a58296086fbd2bcbf8b3db03b07b0b922489a0b | |
parent | 45803c762873cb39fb36858d743b58097833c236 (diff) |
snort: increase PKG_RELEASE
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
-rw-r--r-- | net/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 761eb1780..d37829ee4 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort PKG_VERSION:=2.9.7.2 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org> |