diff --git a/devel/libassuan/Portfile b/devel/libassuan/Portfile
index 1d272d7..68f35aa 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name libassuan |
7 | | version 2.2.0 |
| 7 | version 2.2.1 |
8 | 8 | categories devel |
9 | 9 | # strangely enough, only the docs are under GPL3 |
10 | 10 | license LGPL-2.1+ GPL-3+ |
… |
… |
long_description \ |
22 | 22 | |
23 | 23 | master_sites gnupg |
24 | 24 | |
25 | | checksums rmd160 dbc56f36eb7d831ba0c36cd4bc8a7114a17ec176 \ |
26 | | sha256 7df58ed70be4b694f77efd1f3b3f103c6311b6b71e04a370382f9fe8204f6ec6 |
| 25 | checksums rmd160 a3cd677855045fe095a1d04de756ab4d8e25521c \ |
| 26 | sha256 949285bb79345362cb72a40c798defefc007031c60f2f10251720bf60a9de2de |
27 | 27 | |
28 | 28 | depends_lib port:pth \ |
29 | 29 | port:libgpg-error |
… |
… |
test.run yes |
32 | 32 | test.target check |
33 | 33 | |
34 | 34 | livecheck.type regex |
35 | | livecheck.url http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/${name}/ |
36 | | livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+) |
| 35 | livecheck.url https://gnupg.org/download/index.html |
| 36 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix} |