diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-30 09:52:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-30 09:52:11 +0000 |
commit | 5131286f4df53e8e3d88eef0d1c8f5356a1f0047 (patch) | |
tree | c7476a8d3c2be76abbf490831616072a086cc6d7 /net | |
parent | a0007086ad316be04108476a942fa44c56ac2174 (diff) | |
download | pkgsrc-5131286f4df53e8e3d88eef0d1c8f5356a1f0047.tar.gz |
Updated syncthing to 0.14.13.
v0.14.131
This is a minor release recommended for all users.
Resolved issues:
#33946: CPU usage when scanning is improved.
#24722: Writing config and .stignore files on filesystems
without chmod support should now work.
#3758: Language selector stays above the bottom bar.
Diffstat (limited to 'net')
-rw-r--r-- | net/syncthing/Makefile | 4 | ||||
-rw-r--r-- | net/syncthing/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index b78073df122..1e57b7f39b7 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2016/11/22 23:51:49 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2016/11/30 09:52:11 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.12 +DISTNAME= syncthing-0.14.13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 4aa3a68533f..990f46beb31 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.28 2016/11/22 23:51:49 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/11/30 09:52:11 wiz Exp $ -SHA1 (syncthing-0.14.12.tar.gz) = 3c9ccb43f842db00e3e44531cab29a29be30810e -RMD160 (syncthing-0.14.12.tar.gz) = a831690fe1c9036c9679e4b5639cf6d512b19d4c -SHA512 (syncthing-0.14.12.tar.gz) = 89e6bc7ae351da8904cb8d84af912f6864a66ad509dedbc74cda9ba2eaa5035f0e5123d76402070ca3251fde3caeb94eb25897cef23152265651a9478835bc9d -Size (syncthing-0.14.12.tar.gz) = 6464612 bytes +SHA1 (syncthing-0.14.13.tar.gz) = 23d0ef78bc3b81adc024328f7333e3512636ea96 +RMD160 (syncthing-0.14.13.tar.gz) = 3c8a4410141c950516910efa1ddd28657cf15131 +SHA512 (syncthing-0.14.13.tar.gz) = 24f7f46e965df962a3759b1fdad15bded4b2b3c81a9a266798570b9686c3aad40a7ba99507ad5955ee2a5f1ed5224a8ba89b20459c65ca5f5338f2958d42fcf8 +Size (syncthing-0.14.13.tar.gz) = 6468568 bytes SHA1 (patch-lib_config_optionsconfiguration.go) = 341c1c032c9551e17c86a6fb5d3552b1d79041c8 |