lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit cd554e1386a90a3ed686df298db0173dff0cf558
parent 45803c762873cb39fb36858d743b58097833c236
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date:   Tue, 16 Feb 2016 09:22:50 -0500

snort: increase PKG_RELEASE
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>

Diffstat:
Mnet/snort/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>