diff options
author | Jonas Frei <freijon@pm.me> | 2024-02-05 20:31:29 +0100 |
---|---|---|
committer | Jonas Frei <freijon@pm.me> | 2024-02-05 20:31:29 +0100 |
commit | 49452c6280c204c4506c8b232839fb4ff0582d1e (patch) | |
tree | a247557d56526e8b31acdf885307af185b0748cd /net-analyzer | |
parent | net-analyzer/bandwhich: new package, add 0.22.2 (diff) | |
download | guru-49452c6280c204c4506c8b232839fb4ff0582d1e.tar.gz guru-49452c6280c204c4506c8b232839fb4ff0582d1e.tar.bz2 guru-49452c6280c204c4506c8b232839fb4ff0582d1e.zip |
net-analyzer/bandwhich: Fixed copy/paste mistake in comment
Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/bandwhich/bandwhich-0.22.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/bandwhich/bandwhich-0.22.2.ebuild b/net-analyzer/bandwhich/bandwhich-0.22.2.ebuild index c4277bcb9..87ace8184 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%" ) |