From 69f73f4ca1383c5cf08e837a3d198a7876d4f899 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 5 Nov 2024 15:59:56 +0100 Subject: [PATCH] benchmarks/iperf: bump revision --- benchmarks/iperf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 1882a1ae7..c3e8860ae 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= iperf PLUGIN_VERSION= 1.0 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Connection speed tester PLUGIN_DEPENDS= iperf3 ruby rubygem-rexml PLUGIN_MAINTAINER= franz.fabian.94@gmail.com