From d70d832b3d1e8cd24c92600dbd3b0777fae8725d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 25 Sep 2017 11:26:18 +0200 Subject: [PATCH] security/tor: release 1.0 Approved by: @fabianfrz (cherry picked from commit 4581f238609d9197c2cb32f81dc7948783948308) --- security/tor/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/tor/Makefile b/security/tor/Makefile index 28d460a1a..87dc3437d 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= tor -PLUGIN_VERSION= 0.2 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= The Onion Router PLUGIN_DEPENDS= tor PLUGIN_MAINTAINER= franz.fabian.94@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"