From d70761c2e5028c3ee782f2c889db71b9143c357d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 29 Jul 2026 18:51:29 -0700 Subject: [PATCH] tools/isl: update to 0.28 Basic update. No patches. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/24573 Signed-off-by: Hauke Mehrtens --- tools/isl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/isl/Makefile b/tools/isl/Makefile index 481c29634e..d909bb50af 100644 --- a/tools/isl/Makefile +++ b/tools/isl/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isl -PKG_VERSION:=0.27 +PKG_VERSION:=0.28 PKG_SOURCE_URL:=https://libisl.sourceforge.io/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=7a1a3f04d57c7c72fee5a6148cd3b02b05db6a6dd9a58def7bdc00972a6301c3 +PKG_HASH:=318549dd36989046da2b0feaea7fe5575c4448c28c0b97d3117403a88988e756 HOST_BUILD_PARALLEL:=1