mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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] 65e5724513
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
committed by
Romain Naour
parent
ca86f0a206
commit
14272869eb
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user