Updated syncthing to 0.14.25.
This is a regularly scheduled stable release. Resolved issues since v0.14.24: #4003: "Pause All"/"Resume All" icons are improved. #3959: There are now mips and mipsle builds by default. #3183: The "overwriting protected files" warning now correctly handles relative paths to the config directory. #804: The experimental KCP protocol for transfers over UDP has been merged, although it's not currently enabled by default.
This commit is contained in:
parent
86bed31ab6
commit
eb616a8465
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.46 2017/03/08 15:46:52 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.47 2017/03/30 14:20:15 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.24
|
||||
DISTNAME= syncthing-0.14.25
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.39 2017/03/08 15:46:52 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.40 2017/03/30 14:20:15 wiz Exp $
|
||||
|
||||
SHA1 (syncthing-0.14.24.tar.gz) = b211ede4987647486c5d5eebabeb81319773ddd3
|
||||
RMD160 (syncthing-0.14.24.tar.gz) = d66a6c63d2c6172a6aae7339e165f58f8656cf6a
|
||||
SHA512 (syncthing-0.14.24.tar.gz) = 164bb2ec8a85b5d10c9b4a08dfc3a94ff1b479069f272471067dea82ac6bb1616ea21fd2576bf5464c144be1bff61a89c24f04fe18c20c4c982acd26c0cc5ca3
|
||||
Size (syncthing-0.14.24.tar.gz) = 6781504 bytes
|
||||
SHA1 (syncthing-0.14.25.tar.gz) = 99cffe53a1085faab390cb26ac39510f3b215db6
|
||||
RMD160 (syncthing-0.14.25.tar.gz) = 8bad00941ffd9ec93d5bd4ea4289c44291835fd3
|
||||
SHA512 (syncthing-0.14.25.tar.gz) = 00246c670bc8f983b5e3cd5456ddf99872518f8a1de1168cc12368c57b4742ba948e2023e02de64f92538b4980502e10b687b3412f79498e5d65686af7260ba4
|
||||
Size (syncthing-0.14.25.tar.gz) = 7082470 bytes
|
||||
SHA1 (patch-lib_config_optionsconfiguration.go) = 6600b0aab04cb4bb3ed05141f1dea977544e0943
|
||||
|
|
Loading…
Reference in a new issue