From 236e55a12bc25501870290fb3b8da15c40be325f Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Thu, 24 Nov 2016 09:10:00 -0600 Subject: [PATCH] Update bro-pkg.meta --- bro-pkg.meta | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bro-pkg.meta b/bro-pkg.meta index 86359b0..fcae814 100644 --- a/bro-pkg.meta +++ b/bro-pkg.meta @@ -1,5 +1,6 @@ [package] -version = 1.0.3 +description = An example Bro package for testing purposes. +tags = example, test, bro plugin, broctl plugin, rot13, cipher script_dir = plugin/scripts/Demo/Rot13 plugin_dir = plugin/build build_command = ( cd plugin && ./configure --bro-dist=%(bro_dist)s && make )