Commits
Calvin Ardi authored and Frank Schima committed cb4803f4c85
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 | |
5 5 | name wireguard-tools |
6 - | version 0.0.20190227 |
6 + | version 0.0.20190406 |
7 7 | revision 0 |
8 - | checksums rmd160 d5c4d5f1fb3dd713197869584534ace03d43ab9a \ |
9 - | sha256 fcdb26fd2692d9e1dee54d14418603c38fbb973a06ce89d08fbe45292ff37f79 \ |
10 - | size 323788 |
8 + | checksums rmd160 37074b9f42044c23ff2ecec5ff8626b665d6f944 \ |
9 + | sha256 2f06f3adf70b95e74a7736a22dcf6e9ef623b311a15b7d55b5474e57c3d0415b \ |
10 + | size 324112 |
11 11 | |
12 12 | categories net |
13 13 | platforms darwin |
14 14 | license GPL-2 |
15 15 | maintainers {isi.edu:calvin @cardi} openmaintainer |
16 16 | description Tools for the WireGuard VPN |
17 17 | long_description \ |
18 18 | WireGuard-tools contains command-line tools to interact with \ |
19 19 | the userspace Go implementation of WireGuard. Currently there \ |
20 20 | are two tools: wg, to set and retrieve configuration of \ |