diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-03-16 08:35:37 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-03-16 08:35:37 +0000 |
commit | 08c0196bb6c90b437a376c7c06958dc690c47a7b (patch) | |
tree | 8d368b0cf075b74cdd0a8eecd724e1697445ec85 /net/syncthing | |
parent | c2fdf38b76b0bbb0bc410194a6d98523fce63366 (diff) | |
download | pkgsrc-08c0196bb6c90b437a376c7c06958dc690c47a7b.tar.gz |
Revbump all Go packages after Go 1.12.1 update.
Diffstat (limited to 'net/syncthing')
-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 26d3be92830..028e01ab4c6 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2019/03/09 10:05:10 bsiegert Exp $ +# $NetBSD: Makefile,v 1.87 2019/03/16 08:35:38 bsiegert Exp $ # Upstream used to frequently break protocol compatibility. While # users of pkgsrc syncthing on multiple systems can update @@ -15,7 +15,7 @@ # see https://github.com/syncthing/syncthing-android/issues/652 for # a fuller explanation. DISTNAME= syncthing-1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} GITHUB_TAG= v${PKGVERSION_NOREV} |