diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-18 14:42:01 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-20 23:25:52 +0200 |
commit | ce3e467d6134fc56317bf851d4f25d7da80df38e (patch) | |
tree | 3942e081622b7a8246bc5d867194f864dbb25d8f /tools/isl | |
parent | 20f8101a26d0affd9a68f972a8bc65b02d7d4300 (diff) | |
download | upstream-ce3e467d6134fc56317bf851d4f25d7da80df38e.tar.gz upstream-ce3e467d6134fc56317bf851d4f25d7da80df38e.tar.bz2 upstream-ce3e467d6134fc56317bf851d4f25d7da80df38e.zip |
tools/isl: update to 0.25
Update isl to latest version.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/isl')
-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 32c3cda9a2..e9674debc2 100644 --- a/tools/isl/Makefile +++ b/tools/isl/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isl -PKG_VERSION:=0.24 +PKG_VERSION:=0.25 PKG_SOURCE_URL:=https://libisl.sourceforge.io/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=043105cc544f416b48736fff8caf077fb0663a717d06b1113f16e391ac99ebad +PKG_HASH:=be7b210647ccadf90a2f0b000fca11a4d40546374a850db67adb32fad4b230d9 HOST_BUILD_PARALLEL:=1 |