diff options
Diffstat (limited to 'net/syncthing')
-rw-r--r-- | net/syncthing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 3f592173dba..ce3fde0bfa2 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2018/12/06 07:09:07 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2018/12/19 15:47:00 bsiegert Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -14,6 +14,7 @@ # see https://github.com/syncthing/syncthing-android/issues/652 for # a fuller explanation. DISTNAME= syncthing-0.14.54 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_TAG= v${PKGVERSION_NOREV} |