diff options
author | Mario Halambek <mario.halambek@sartura.hr> | 2015-03-18 14:11:06 +0100 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-03-18 15:25:33 +0100 |
commit | 7829fb225a6a744d3d724a7038c8407887882456 (patch) | |
tree | 57db2cacb0afab40d1024e83b7fac9d1e03d1763 | |
parent | 42b319b8e042f512a982e18092301912f99532c6 (diff) |
snort: bump to 2.9.7.2
Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
-rw-r--r-- | net/snort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile index 2c948665c..06b690600 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort -PKG_VERSION:=2.9.7.0 +PKG_VERSION:=2.9.7.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ -PKG_MD5SUM:=c2a45bc56441ee9456478f219dd8d1e2 +PKG_MD5SUM:=b01e9964827394c39194a0147bc15705 PKG_BUILD_DEPENDS:=librpc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |