Skip to content

Commit e0241c0

Browse files
rapidjson: add 2024.08.16 version (#5005)
1 parent 3180708 commit e0241c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/r/rapidjson/xmake.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package("rapidjson")
2-
3-
set_kind("library", { headeronly = true })
2+
set_kind("library", {headeronly = true})
43
set_homepage("https://github.com/Tencent/rapidjson")
54
set_description("RapidJSON is a JSON parser and generator for C++.")
65
set_license("MIT")
76

87
set_urls("https://github.com/Tencent/rapidjson/archive/$(version).zip",
98
"https://github.com/Tencent/rapidjson.git")
9+
10+
add_versions("2024.08.16", "7c73dd7de7c4f14379b781418c6e947ad464c818")
1011
add_versions("2023.12.6", "6089180ecb704cb2b136777798fa1be303618975")
1112
add_versions("2022.7.20", "27c3a8dc0e2c9218fe94986d249a12b5ed838f1d")
1213
add_versions("v1.1.0", "8e00c38829d6785a2dfb951bb87c6974fa07dfe488aa5b25deec4b8bc0f6a3ab")

0 commit comments

Comments
 (0)