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 53474d9d20f..d499df76856 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2017/01/25 19:20:05 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2017/02/08 21:59:28 wiz Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -13,7 +13,7 @@ # Note that the android versioning is disconnected from syncthing versioning; # see https://github.com/syncthing/syncthing-android/issues/652 for # a fuller explanation. -DISTNAME= syncthing-0.14.21 +DISTNAME= syncthing-0.14.23 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} |