mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/rapidjson: bump version
This bump includes compatibility with cmake 4.x:
ebd87cb468
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
03be706382
commit
6e2b109e96
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Locally calculated
|
||||
sha256 39f96f17b40f7201042c9b45d6444cb7eae1b7adfb7455412a86f6140450d32d rapidjson-ab1842a2dae061284c0a62dca1cc6d5e7e37e346.tar.gz
|
||||
sha256 2d2601a82d2d3b7e143a3c8d43ef616671391034bc46891a9816b79cf2d3e7a8 rapidjson-24b5e7a8b27f42fa16b96fc70aade9106cf7102f.tar.gz
|
||||
sha256 a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32 license.txt
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
RAPIDJSON_VERSION = ab1842a2dae061284c0a62dca1cc6d5e7e37e346
|
||||
RAPIDJSON_VERSION = 24b5e7a8b27f42fa16b96fc70aade9106cf7102f
|
||||
RAPIDJSON_SITE = $(call github,Tencent,rapidjson,$(RAPIDJSON_VERSION))
|
||||
RAPIDJSON_LICENSE = MIT
|
||||
RAPIDJSON_LICENSE_FILES = license.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue