Commits
Leonardo Brondani Schenkel authored 2a8f99a6aa5
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup golang 1.0 |
5 5 | |
6 - | go.setup github.com/syncthing/syncthing 1.2.1 v |
6 + | go.setup github.com/syncthing/syncthing 1.2.2 v |
7 7 | categories net |
8 8 | platforms darwin |
9 9 | license MPL-2 |
10 10 | maintainers {lbschenkel @lbschenkel} openmaintainer |
11 11 | |
12 12 | description Open Source Continuous File Synchronization |
13 13 | long_description Syncthing replaces proprietary sync and cloud services \ |
14 14 | with something open, trustworthy and decentralized.\ |
15 15 | Your data is your data alone and you deserve to choose \ |
16 16 | where it is stored, if it is shared with some third party \ |
17 17 | and how it's transmitted over the Internet. |
18 18 | homepage https://syncthing.net |
19 19 | |
20 - | checksums rmd160 52591625ba9534f3a2ad2f291a76ffde2f311111 \ |
21 - | sha256 38e8f32451720e95609a65d53dd8d9f081d3bf412c9330e2b01eb164bfbb9a4d \ |
22 - | size 4742432 |
20 + | checksums rmd160 a80a0c76c595f97c2de312a20b32379e2935476e \ |
21 + | sha256 e3276b5974a92ed2070eeabf15687edaec4c15d5c93dc281822e585eac158a6e \ |
22 + | size 4745209 |
23 23 | |
24 24 | build.env-append GO111MODULE=on |
25 25 | build.cmd ${go.bin} run build.go |
26 26 | build.target install syncthing |
27 27 | build.pre_args -version v${version} -no-upgrade |
28 28 | build.post_args ${build.target} |
29 29 | |
30 30 | test.run yes |
31 31 | test.cmd ${build.cmd} |
32 32 | test.target test |