diff options
author | Nick Hainke <vincent@systemli.org> | 2023-04-14 13:22:36 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-04-22 01:33:16 +0200 |
commit | 86c24d880643d2804590e37781c821cb795f3771 (patch) | |
tree | bdf8a486b14cf353be9f678fecfaca44c5f5e915 /tools | |
parent | 1b624eb29dde4727c7015e8627da9d3f1613e7b0 (diff) | |
download | upstream-86c24d880643d2804590e37781c821cb795f3771.tar.gz upstream-86c24d880643d2804590e37781c821cb795f3771.tar.bz2 upstream-86c24d880643d2804590e37781c821cb795f3771.zip |
tools/isl: update to 0.26
Changelog:
https://repo.or.cz/isl.git/blob/e58af07f91c94db81627fb801fa6f52c3a7201a8:/ChangeLog
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/isl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/isl/Makefile b/tools/isl/Makefile index 0fab02fe3f..4ad23a6318 100644 --- a/tools/isl/Makefile +++ b/tools/isl/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isl -PKG_VERSION:=0.25 +PKG_VERSION:=0.26 PKG_SOURCE_URL:=https://libisl.sourceforge.io/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=be7b210647ccadf90a2f0b000fca11a4d40546374a850db67adb32fad4b230d9 +PKG_HASH:=a0b5cb06d24f9fa9e77b55fabbe9a3c94a336190345c2555f9915bb38e976504 HOST_BUILD_PARALLEL:=1 |