diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 06:10:13 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 06:17:27 -0500 |
commit | d9ad1002d517a618a299e45ae70075f2cfc66d2a (patch) | |
tree | 11c4cbb1a32e3eb29a01a12686262d8889affbf0 /net/wireguard-go | |
parent | lang/go119: Update to 1.19.4 (diff) |
all: Bump PORTREVISION after lang/go{118,119} update
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 766a82073593..f6a462af176b 100644 --- a/net/wireguard-go/Makefile +++ b/net/wireguard-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= wireguard-go PORTVERSION= 0.0.20220316 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= net net-vpn MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ |