diff options
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r-- | net/syncthing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 3ff40b7fdb5..54221d0e337 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.160 2022/09/26 18:40:11 bsiegert Exp $ +# $NetBSD: Makefile,v 1.161 2022/10/05 11:33:02 bsiegert Exp $ # Protocol breaks require tech-pkg@ discussion and MAINTAINER approval. DISTNAME= syncthing-source-v1.21.0 PKGNAME= ${DISTNAME:S,source-v,,} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_RELEASE= v${PKGVERSION_NOREV} |