From 2708bc2d93f37686c03aee6e0634fb9fb2e0358b Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Mon, 7 Oct 2024 07:24:39 -0600 Subject: [PATCH] capa to v7.4.0 --- shared/bin/capa-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/bin/capa-build.sh b/shared/bin/capa-build.sh index 8614c4fcd..60ab5d207 100644 --- a/shared/bin/capa-build.sh +++ b/shared/bin/capa-build.sh @@ -1,6 +1,6 @@ #!/bin/bash -export CAPA_VERSION="7.3.0" +export CAPA_VERSION="7.4.0" export CAPA_SRC_URL="https://github.com/mandiant/capa/archive/refs/tags/v${CAPA_VERSION}.zip" export CAPA_RULES_URL="https://github.com/mandiant/capa-rules/archive/refs/tags/v${CAPA_VERSION}.zip"