Commits
Zero King authored 7f7d58fdc27
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 libu2f-host |
6 - | version 1.1.5 |
6 + | version 1.1.6 |
7 7 | categories security |
8 8 | platforms darwin |
9 9 | maintainers {l2dy @l2dy} openmaintainer |
10 10 | license LGPL-2.1+ |
11 11 | |
12 12 | description Yubico Universal 2nd Factor (U2F) Host C Library |
13 13 | |
14 14 | long_description Libu2f-host provides a C library and command-line tool \ |
15 15 | that implements the host-side of the U2F protocol. There \ |
16 16 | are APIs to talk to a U2F device and perform the U2F Register \ |
17 17 | and U2F Authenticate operations. |
18 18 | |
19 19 | homepage https://developers.yubico.com/${name}/ |
20 20 | master_sites https://developers.yubico.com/${name}/Releases/ |
21 21 | |
22 22 | use_xz yes |
23 23 | |
24 - | checksums rmd160 b9c0491ee1afa0571ea2b190ff3ac47536706c12 \ |
25 - | sha256 f32b71435edf6e412f2971edef411f3b4edb419a5356553ad57811ece4a63a95 \ |
26 - | size 469204 |
24 + | checksums rmd160 f9afa18828d8224d94b88d03e22bdb37e4ea3428 \ |
25 + | sha256 4da0bb9e32cab230e63bf65252076f9a4b5e40eb9ec2ddaf9376bcef30e7bda7 \ |
26 + | size 469380 |
27 27 | |
28 28 | depends_build port:pkgconfig |
29 29 | depends_lib port:json-c \ |
30 30 | port:hidapi-devel |
31 31 | |
32 32 | livecheck.type regex |
33 33 | livecheck.url ${master_sites} |
34 34 | livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix} |