Skip to content

Commit 248f166

Browse files
committed
chore: update Syncthing to v2.0.5
1 parent fa2e32c commit 248f166

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

SushitrainCore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gotd/contrib v0.21.0
1111
github.com/hashicorp/golang-lru/v2 v2.0.7
1212
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75
13-
github.com/syncthing/syncthing v1.30.0-rc.1.0.20250901201048-541678ad9e62
13+
github.com/syncthing/syncthing v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae
1414
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50
1515
google.golang.org/protobuf v1.36.7
1616
)

SushitrainCore/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ github.com/syncthing/syncthing v1.30.0-rc.1.0.20250822070005-8151bcddff7a h1:jLd
195195
github.com/syncthing/syncthing v1.30.0-rc.1.0.20250822070005-8151bcddff7a/go.mod h1:iuplL43p4R4fD1UB2W0zd3lcn2E4Rw84NMzwk9GhdOs=
196196
github.com/syncthing/syncthing v1.30.0-rc.1.0.20250901201048-541678ad9e62 h1:M8uXdtPYyQotq2eK68b97YvQUgjE7Slnbm/t35JGC/A=
197197
github.com/syncthing/syncthing v1.30.0-rc.1.0.20250901201048-541678ad9e62/go.mod h1:4fXQuO2uPVFDlBX3/p4IZYmncoChUPdtc14umDfNygw=
198+
github.com/syncthing/syncthing v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae h1:fytzxaeRqsj+hXmLfS+OpetaGBgCblQpM9Fosqo2E/g=
199+
github.com/syncthing/syncthing v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae/go.mod h1:4fXQuO2uPVFDlBX3/p4IZYmncoChUPdtc14umDfNygw=
198200
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=
199201
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d/go.mod h1:RRCYJbIwD5jmqPI9XoAFR0OcDxqUctll6zUj/+B4S48=
200202
github.com/thejerf/suture/v4 v4.0.6 h1:QsuCEsCqb03xF9tPAsWAj8QOAJBgQI1c0VqJNaingg8=

SushitrainCore/notices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2457,7 +2457,7 @@ <h1>Legal notices</h1>
24572457
</li>
24582458

24592459
<li>
2460-
<span><strong>github.com/syncthing/syncthing</strong> v1.30.0-rc.1.0.20250901201048-541678ad9e62</span>
2460+
<span><strong>github.com/syncthing/syncthing</strong> v1.30.0-rc.1.0.20250902190322-6e9ccf7211ae</span>
24612461
<details>
24622462
<summary>MPL-2.0 License</summary>
24632463
<pre>Mozilla Public License Version 2.0

SushitrainCore/src/sushitrain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const (
106106

107107
func NewClient(configPath string, filesPath string, saveLog bool) *Client {
108108
// Set version info
109-
build.Version = "v2.0.4"
109+
build.Version = "v2.0.5"
110110
build.Host = "t-shaped.nl"
111111
build.User = "sushitrain"
112112

0 commit comments

Comments
 (0)