From 618b5229a52d97035dbd6bf536cd40890c6f2110 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 6 Nov 2024 20:48:41 +0200 Subject: [PATCH] package/iotools: update to version 1.8 This is minor update to iotools to fix some issues Aaron noticed and addressed. The bigger change will come later with better integration with the regular build systems (CMake). Cc: Aaron Sierra Signed-off-by: Andy Shevchenko Tested-by: Jarkko Sakkinen [Julien: removed the "v" in version number] Signed-off-by: Julien Olivain --- package/iotools/iotools.hash | 2 +- package/iotools/iotools.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/iotools/iotools.hash b/package/iotools/iotools.hash index 6b1ef3d47d..a72d2a6983 100644 --- a/package/iotools/iotools.hash +++ b/package/iotools/iotools.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 13b8b87c7d1f22b8d8f50c499af09f9414a0879d69c22393f1051ed4bf28f378 iotools-1.7.tar.gz +sha256 9cb6184030b2e5c2e6a7c7a2d016d29d42d4075a77e1ba982bdc3cd919491faf iotools-1.8.tar.gz sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING diff --git a/package/iotools/iotools.mk b/package/iotools/iotools.mk index 5c5a657cab..d855f44a05 100644 --- a/package/iotools/iotools.mk +++ b/package/iotools/iotools.mk @@ -4,7 +4,7 @@ # ################################################################################ -IOTOOLS_VERSION = 1.7 +IOTOOLS_VERSION = 1.8 IOTOOLS_SITE = $(call github,andy-shev,iotools,v$(IOTOOLS_VERSION)) IOTOOLS_LICENSE = GPL-2.0+ IOTOOLS_LICENSE_FILES = COPYING