diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2022-06-23 06:25:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2022-06-23 06:25:50 +0000 |
commit | 4629ce28793c6ff1ab1f6b1d70f9da73f81a3e19 (patch) | |
tree | 35b2bc883da61b34ae1c4cd80afeab23bfcc130a /net/wireshark/Makefile | |
parent | 801c2b13a723a443b043faaaec60bafe295cbcdb (diff) | |
download | ports-4629ce28793c6ff1ab1f6b1d70f9da73f81a3e19.tar.gz ports-4629ce28793c6ff1ab1f6b1d70f9da73f81a3e19.zip |
net/wireshark: Update to 3.6.6
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.6.html for a
list of changes in this release.
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index beafb30a4fbd..eb48528b15e0 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,7 +1,7 @@ # Created by: Bill Fumerola <billf@chc-chimes.com> PORTNAME?= wireshark -DISTVERSION= 3.6.5 +DISTVERSION= 3.6.6 CATEGORIES= net MASTER_SITES= https://1.na.dl.wireshark.org/src/ \ https://1.eu.dl.wireshark.org/src/ \ |