Permalink
Browse files
syncthing: update to 1.1.1
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
net/syncthing/Portfile
|
|
@@ -3,7 +3,7 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup golang 1.0 |
|
|
|
|
|
go.setup github.com/syncthing/syncthing 1.1.0 v |
|
|
go.setup github.com/syncthing/syncthing 1.1.1 v |
|
|
categories net |
|
|
platforms darwin |
|
|
license MPL-2 |
|
|
@@ -17,9 +17,9 @@ long_description Syncthing replaces proprietary sync and cloud services \ |
|
|
and how it's transmitted over the Internet. |
|
|
homepage https://syncthing.net |
|
|
|
|
|
checksums rmd160 0b56093a5d7990e9402bfce0159e083b284fb112 \ |
|
|
sha256 c89b974e93da1a5d1ddaac4aff43608361bb16d72550fd65b8bdbb153580171d \ |
|
|
size 4658033 |
|
|
checksums rmd160 1ff6d787b01efc59ed5b0e1325e78cf5f4035ac1 \ |
|
|
sha256 be5f052e2959e0cc77135588b3c3a942ece1da293e1d844bbc9343ae8963d7ff \ |
|
|
size 4667987 |
|
|
|
|
|
build.env-append GO111MODULE=on |
|
|
build.cmd ${go.bin} run build.go |
|
|
|