diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-04-15 07:57:15 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-04-15 07:57:15 +0000 |
commit | 8db143bc10c0dcc55f76354b834b5582c8cc9dda (patch) | |
tree | c9bb65b03bf64e79ff2a264ebb0488d4c692d2d9 | |
parent | 2724194122ee1ca3049c83c1d6f1d9c4cb7bf83a (diff) | |
download | pkgsrc-8db143bc10c0dcc55f76354b834b5582c8cc9dda.tar.gz |
tio: update to 1.37.
=== tio v1.37 ===
Changes since tio v1.36:
* Make libinih a fallback dependency
This means that in case meson does not find libinih it will
automatically clone libinih and include it in the build.
The libinih library is reconfigured to be statically built so that no
shared object will be installed.
Sylvain LAFRASSE:
* Fix timestamp parsing in INI conf
* Factorize timestamp parsing to be coherent with command line format in
configuration file.
-rw-r--r-- | comms/tio/Makefile | 4 | ||||
-rw-r--r-- | comms/tio/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/tio/Makefile b/comms/tio/Makefile index 9da4d7d6a34..4be9364cbf4 100644 --- a/comms/tio/Makefile +++ b/comms/tio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/04/03 14:35:37 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/04/15 07:57:15 fcambus Exp $ -DISTNAME= tio-1.36 +DISTNAME= tio-1.37 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/comms/tio/distinfo b/comms/tio/distinfo index f3f80f395bf..5cda6b740cb 100644 --- a/comms/tio/distinfo +++ b/comms/tio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/03/29 13:58:00 fcambus Exp $ +$NetBSD: distinfo,v 1.8 2022/04/15 07:57:15 fcambus Exp $ -BLAKE2s (tio-1.36.tar.xz) = 5efc8f9206b806061d4ced00f05367d1c65a8f08366c78fc878b9a828fc84807 -SHA512 (tio-1.36.tar.xz) = fda643b5ed8f24acfc2b9135cf508acbca1157806de884c152882526688a05e823c7de29196cb94e6bedb025bfda8750d736e07e5b829df784cb7f9042ec214a -Size (tio-1.36.tar.xz) = 1803668 bytes +BLAKE2s (tio-1.37.tar.xz) = 46014a1655fb87fb552465f34aecf8bac9225ef39ce6021179baa8d167ff14cd +SHA512 (tio-1.37.tar.xz) = 207184d297809c7f88185353b55519cf119eed26b5710b644418ef0603d003618c69e593a0f531822c0455a512397cea1b4747a453af5bbb369dad14025b0847 +Size (tio-1.37.tar.xz) = 1804236 bytes |