diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-12-19 15:46:59 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-12-19 15:46:59 +0000 |
commit | c3a98a8cc6c03ec0a0b5dd3d6e37eb49e154ba49 (patch) | |
tree | 8fb9c539bd6cc15864423bb99b719c6b096d5ef8 /net/syncthing | |
parent | 54e96fde1f56b9862cba5953fbe171f0bff4d3c5 (diff) | |
download | pkgsrc-c3a98a8cc6c03ec0a0b5dd3d6e37eb49e154ba49.tar.gz |
Revbump all Go packages after go111 update.
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} |