diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 11:10:13 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-12-11 11:17:27 +0000 |
commit | d9ad1002d517a618a299e45ae70075f2cfc66d2a (patch) | |
tree | 11c4cbb1a32e3eb29a01a12686262d8889affbf0 /net/syncthing | |
parent | 2117c1ff1a9d148b03165705f67b504ea85a1309 (diff) | |
download | ports-d9ad1002d517a618a299e45ae70075f2cfc66d2a.tar.gz ports-d9ad1002d517a618a299e45ae70075f2cfc66d2a.zip |
Diffstat (limited to 'net/syncthing')
-rw-r--r-- | net/syncthing/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 27739e365328..58392357a0da 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,5 +1,6 @@ PORTNAME= syncthing PORTVERSION= 1.22.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net MASTER_SITES= https://github.com/syncthing/syncthing/releases/download/v${PORTVERSION}/ |