package/highway: bump to version 1.2.0

For release note, see:
- https://github.com/google/highway/releases/tag/1.2.0

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Julien Olivain 2024-06-21 23:44:47 +02:00 committed by Thomas Petazzoni
parent 74ebd50ccc
commit 295ba89915
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Locally computed:
sha256 354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9 highway-1.1.0.tar.gz
sha256 7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343 highway-1.2.0.tar.gz
sha256 43070e2d4e532684de521b885f385d0841030efa2b1a20bafb76133a5e1379c1 LICENSE
sha256 d25e82e26acd42ca3ccc9993622631163425b869b9e16284226d534cff6470f2 LICENSE-BSD3

View File

@ -4,7 +4,7 @@
#
################################################################################
HIGHWAY_VERSION = 1.1.0
HIGHWAY_VERSION = 1.2.0
HIGHWAY_SITE = $(call github,google,highway,$(HIGHWAY_VERSION))
HIGHWAY_LICENSE = Apache-2.0 or BSD-3-Clause
HIGHWAY_LICENSE_FILES = LICENSE LICENSE-BSD3