diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-10-06 06:24:35 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-10-06 14:24:26 -0500 |
commit | bde51869ee0206eeaa2849d8ef28b14da59727a3 (patch) | |
tree | 09ec2f06646962d7f4f373d8080f84fd24852174 /net/syncthing | |
parent | lang/go119: Update to 1.19.2 (diff) |
all: Bump PORTREVISION after lang/go{118,119} update
Diffstat (limited to 'net/syncthing')
-rw-r--r-- | net/syncthing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 08615f23917a..e4f29ff6d30e 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthing PORTVERSION= 1.20.1 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= https://github.com/syncthing/syncthing/releases/download/v${PORTVERSION}/ |