From 49452c6280c204c4506c8b232839fb4ff0582d1e Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Mon, 5 Feb 2024 20:31:29 +0100 Subject: [PATCH] net-analyzer/bandwhich: Fixed copy/paste mistake in comment Signed-off-by: Jonas Frei --- net-analyzer/bandwhich/bandwhich-0.22.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/bandwhich/bandwhich-0.22.2.ebuild b/net-analyzer/bandwhich/bandwhich-0.22.2.ebuild index c4277bcb9b..87ace81848 100644 --- a/net-analyzer/bandwhich/bandwhich-0.22.2.ebuild +++ b/net-analyzer/bandwhich/bandwhich-0.22.2.ebuild @@ -267,7 +267,7 @@ CRATES=" zstd@0.11.2+zstd.1.5.2 " -# Download the same tree-sitter commit that is used in the Helix release +# Download the same 'packet-builder' commit that is used in the latest release declare -A GIT_CRATES=( [packet-builder]="https://github.com/cyqsimon/packet_builder;bf5a89ba75795f5067bb03fa8de00b833ffe4eae;packet_builder-%commit%" )