mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
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 <aaron@bubbl-tek.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Tested-by: Jarkko Sakkinen <jarkko@kernel.org> [Julien: removed the "v" in version number] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
e5bb457d5d
commit
618b5229a5
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 13b8b87c7d1f22b8d8f50c499af09f9414a0879d69c22393f1051ed4bf28f378 iotools-1.7.tar.gz
|
||||
sha256 9cb6184030b2e5c2e6a7c7a2d016d29d42d4075a77e1ba982bdc3cd919491faf iotools-1.8.tar.gz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user