Hi,
Simple update to syncthing.
Give this a shot.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/syncthing/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile 22 Aug 2020 21:27:00 -0000 1.31
+++ Makefile 7 Nov 2020 11:10:04 -0000
@@ -4,10 +4,9 @@ BROKEN-aarch64 =golang.org/x/Sys/cpu pan
COMMENT = open decentralized synchronization utility
-# Release candidate used so as to fix critical quic-go problem.
-V = 1.9.0
-DISTNAME = syncthing-${V}rc4
-DISTFILES = syncthing-source-v${V}-rc.4${EXTRACT_SUFX}
+V = 1.11.1
+DISTNAME = syncthing-${V}
+DISTFILES = syncthing-source-v${V}${EXTRACT_SUFX}
CATEGORIES = net
HOMEPAGE = https://syncthing.net/
@@ -19,7 +18,7 @@ PERMIT_PACKAGE = Yes
WANTLIB += c pthread
-MASTER_SITES = https://github.com/syncthing/syncthing/releases/download/v${V}-rc.4/
+MASTER_SITES = https://github.com/syncthing/syncthing/releases/download/v${V}/
WRKDIST = ${WRKDIR}/syncthing
WRKSRC = ${WRKDIR}/go/src/github.com/syncthing/syncthing
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/syncthing/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo 22 Aug 2020 21:27:00 -0000 1.21
+++ distinfo 7 Nov 2020 11:11:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.9.0-rc.4.tar.gz) = F6cI6y/vvFwxfQi+U4lwf8II4PMyXUhKnWv1t/LMZ+o=
-SIZE (syncthing-source-v1.9.0-rc.4.tar.gz) = 11142237
+SHA256 (syncthing-source-v1.11.1.tar.gz) = DKVlk7t6mAhzVa0vuXrgkzlxVr+kFdZevHpVjeY28wI=
+SIZE (syncthing-source-v1.11.1.tar.gz) = 11288527
--
Best Regards
Edd Barrett
http://www.theunixzoo.co.uk
No comments:
Post a Comment