summaryrefslogtreecommitdiff
path: root/net/syncthing/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2017-04-13 15:12:03 +0000
committerbsiegert <bsiegert>2017-04-13 15:12:03 +0000
commit754de8ad2f7e82334a4b16d67663183cd9c256b8 (patch)
treec15c4597e5f6add99d0190620318d07859cdae9d /net/syncthing/Makefile
parent1b9d6be81e85f838735490a7f5a54f77a044a58b (diff)
downloadpkgsrc-754de8ad2f7e82334a4b16d67663183cd9c256b8.tar.gz
Revbump all Go packages after the Go 1.8.1 update.
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r--net/syncthing/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 069da78163f..75a332abf28 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2017/03/30 14:20:15 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2017/04/13 15:12:05 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.25
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}