summaryrefslogtreecommitdiff
path: root/net/syncthing/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2020-12-14 16:49:44 +0000
committerabs <abs@pkgsrc.org>2020-12-14 16:49:44 +0000
commit802c038dd0b6f63a55de9b7d5ee651ecc0a7fff7 (patch)
treec354c998eca2049b7a099d03b1c64d40478073f4 /net/syncthing/Makefile
parent7ea78c078e7a3aaf70c76a3d6fa7b946dc0c3ac0 (diff)
downloadpkgsrc-802c038dd0b6f63a55de9b7d5ee651ecc0a7fff7.tar.gz
Updated net/syncthing to 1.12.0
Bugfixes: #5360: Dangling symlink prevents filesystem watcher on FreeBSD #6664: Panic due to internal folder context used on exported methods #7063: panic: runtime error: invalid memory address or nil pointer dereference #7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder #7098: File deletions are not being synced in newly shared folders Enhancements: #6540: Config PATCH/PUT/DELETE API #7099: Add a html message to GUI when javascript is disabled #7108: Certificate for relaysrv with better naming
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 1653efc25d3..d6fd7fd471e 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.127 2020/11/19 12:20:54 nia Exp $
+# $NetBSD: Makefile,v 1.128 2020/12/14 16:49:44 abs Exp $
# Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
-DISTNAME= syncthing-source-v1.11.1
+DISTNAME= syncthing-source-v1.12.0
PKGNAME= ${DISTNAME:S,source-v,,}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}