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 37c529c3835..8f68d835aed 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/05/10 11:06:35 abs Exp $ +# $NetBSD: Makefile,v 1.17 2016/05/15 22:30:10 abs Exp $ # Upstream regularly breaks protocol compatibility. While users of # pkgsrc syncthing on multiple systems can update synchronously, an @@ -10,7 +10,7 @@ # Updates to new major versions must be tested against the android # version from f-droid prior to commiting. (This is an attempt to # avoid having to version syncthing in pkgsrc.) -DISTNAME= syncthing-0.12.23 +DISTNAME= syncthing-0.12.24 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} |