diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-04-15 08:03:39 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-04-15 08:20:04 +0000 |
commit | 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 (patch) | |
tree | ab5a2fba1a40c965e33eb46f2ffb3338057ce240 /net/wireguard-go | |
parent | lang/go122: Update to 1.22.2 (diff) |
all: Bump after lang/go121 update
MFH: 2024Q2
Diffstat (limited to 'net/wireguard-go')
-rw-r--r-- | net/wireguard-go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile index adc4ced682da..a28bb68f05e9 100644 --- a/net/wireguard-go/Makefile +++ b/net/wireguard-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= wireguard-go PORTVERSION= 0.0.20230223 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ |