summaryrefslogtreecommitdiff
path: root/net/syncthing/Makefile
diff options
context:
space:
mode:
authorabs <abs>2016-10-03 08:27:42 +0000
committerabs <abs>2016-10-03 08:27:42 +0000
commit86ac004078af24a729b5b6930963275f5b0a0f6c (patch)
treea34d47eafbc29d84e275c2a70624d3c1ec1a5aa7 /net/syncthing/Makefile
parent6f58c32ccb1cf03684ab60975b298e168c71e2d5 (diff)
downloadpkgsrc-86ac004078af24a729b5b6930963275f5b0a0f6c.tar.gz
Updated net/syncthing to 0.14.7
v0.14.7 This is a minor release recommended for all users. Improvements in this release include faster (i.e., less CPU intensive) hashing on some Intel and ARM64 CPU:s, a more refined dark theme, CORS headers in the API, and an updated set of default discovery servers. Resolved issues since v0.14.6: #3596: Deadlock no longer occurs on device removal
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r--net/syncthing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index e0440385cc8..1744d2fe014 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/09/10 19:07:15 abs Exp $
+# $NetBSD: Makefile,v 1.29 2016/10/03 08:27:42 abs 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.6
+DISTNAME= syncthing-0.14.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}