[openwrt/openwrt] tools/isl: bump to 0.24

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 5 15:27:48 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/609aa3978393d7436e5c9caba89d3356af021c80

commit 609aa3978393d7436e5c9caba89d3356af021c80
Author: Rui Salvaterra <rsalvaterra at gmail.com>
AuthorDate: Thu May 27 11:56:37 2021 +0100

    tools/isl: bump to 0.24
    
    Tested with Graphite and -floop-nest-optimize, without issues.
    
    Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
 tools/isl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/isl/Makefile b/tools/isl/Makefile
index c1000e1e31..be372fe2a8 100644
--- a/tools/isl/Makefile
+++ b/tools/isl/Makefile
@@ -7,11 +7,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=isl
-PKG_VERSION:=0.20
+PKG_VERSION:=0.24
 
 PKG_SOURCE_URL:=http://isl.gforge.inria.fr
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_HASH:=a5596a9fb8a5b365cb612e4b9628735d6e67e9178fae134a816ae195017e77aa
+PKG_HASH:=043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad
 
 HOST_BUILD_PARALLEL:=1
 



More information about the lede-commits mailing list