From 64596a8f47ad12db148f5681d429f3a6449364ba Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 10 Aug 2022 21:49:01 +0000 Subject: [PATCH] missed bump, found by naddy --- security/oletools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/oletools/Makefile b/security/oletools/Makefile index eb088872972..377fa90647b 100644 --- a/security/oletools/Makefile +++ b/security/oletools/Makefile @@ -2,7 +2,7 @@ COMMENT = python tools to analyze OLE files MODPY_EGG_VERSION = 0.53.1 DISTNAME = oletools-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = security