Skip to content

Commit 0b49e0f

Browse files
committed
syncthing: update to 1.29.2
1 parent b61be32 commit 0b49e0f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

net/syncthing/Portfile

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
PortSystem 1.0
44
PortGroup golang 1.0
55

6-
go.setup github.com/syncthing/syncthing 1.29.0 v
6+
go.setup github.com/syncthing/syncthing 1.29.2 v
7+
go.offline_build no
78
github.tarball_from archive
89
revision 0
910

@@ -17,19 +18,16 @@ long_description Syncthing replaces proprietary sync and cloud services \
1718
where it is stored, if it is shared with some third party \
1819
and how it's transmitted over the Internet.
1920

20-
checksums rmd160 0f6be59e46264e8dd90acb31467bcb9a1a85e8cf \
21-
sha256 2d2ead8ada92e48c9b45a62e1c85b781214579d125bf04c8a95859760c7db71b \
22-
size 6361688
21+
checksums rmd160 8af726981e760a4ff4be034511ce0e4d261a11bd \
22+
sha256 6446e52cb5ca6584710c3abd9250e0d9708486d2dc2264f7c869ade169876a57 \
23+
size 6361848
2324

2425
categories net
2526
installs_libs no
2627
license MPL-2
2728
maintainers {gmail.com:herby.gillot @herbygillot} \
2829
openmaintainer
2930

30-
# Allow Go to fetch deps at build time
31-
go.offline_build no
32-
3331
build.cmd ${go.bin} run build.go
3432
build.target install syncthing
3533
build.pre_args -version v${version} -no-upgrade

0 commit comments

Comments
 (0)