Commits
Leonardo Brondani Schenkel authored 1e24bd36bb2
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.3.0 v |
6 + | go.setup github.com/syncthing/syncthing 1.3.1 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 09e0e91e7ea50ae43459ba6884343afbc1493edc \ |
21 - | sha256 7b43007a176d1bf7eb9fc9bf2afee5bf108f4a9ef04321d1d8be3248673f9a60 \ |
22 - | size 4753814 |
20 + | checksums rmd160 7096b0d9cfbe0ddd7f425513e3080300490108de \ |
21 + | sha256 2958096a2f86b3de80bc6cf1ddef65ae501a5b539170629b6c3032e8d5332b2d \ |
22 + | size 4753996 |
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 |