From 14272869ebdeb07f7203e4d603384581bc16a215 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Fri, 4 Jul 2025 21:57:40 +0200 Subject: [PATCH] package/clpeak: bump version to 1.1.5 For release notes since 1.1.2, see: https://github.com/krrishnarraj/clpeak/releases/tag/1.1.3 https://github.com/krrishnarraj/clpeak/releases/tag/1.1.4 https://github.com/krrishnarraj/clpeak/releases/tag/1.1.5 The package license changed from Unlicensed to Apache-2.0 in upstream commit [1]. This commit updates _LICENSE and the license file hash accordingly. [1] https://github.com/krrishnarraj/clpeak/commit/65e572451330b4673712dfec352842f3123a9258 Signed-off-by: Julien Olivain Signed-off-by: Romain Naour --- package/clpeak/clpeak.hash | 4 ++-- package/clpeak/clpeak.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/clpeak/clpeak.hash b/package/clpeak/clpeak.hash index 3db2a2ca6b..0ef30c5a68 100644 --- a/package/clpeak/clpeak.hash +++ b/package/clpeak/clpeak.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 7bc7beba6b3307290650abc4f13fe9389b271c1a64601fa333461516950d745b clpeak-1.1.2.tar.gz -sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE +sha256 31620ef28848108f6868e57e100412aa009399ba2cd021afd3b64563711fa49f clpeak-1.1.5.tar.gz +sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE diff --git a/package/clpeak/clpeak.mk b/package/clpeak/clpeak.mk index 616a02c0b4..7756345be6 100644 --- a/package/clpeak/clpeak.mk +++ b/package/clpeak/clpeak.mk @@ -4,9 +4,9 @@ # ################################################################################ -CLPEAK_VERSION = 1.1.2 +CLPEAK_VERSION = 1.1.5 CLPEAK_SITE = $(call github,krrishnarraj,clpeak,$(CLPEAK_VERSION)) -CLPEAK_LICENSE = Unlicense +CLPEAK_LICENSE = Apache-2.0 CLPEAK_LICENSE_FILES = LICENSE CLPEAK_DEPENDENCIES = libopencl opencl-clhpp