From 7bf31851782675d1eaa9f272e376e082d71119fd Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Sat, 22 Oct 2022 16:12:02 -0500 Subject: [PATCH] [toml++] Add `v3.2.0` (#1567) * [toml++] Fix wrong version hash * [toml++] Add `v3.2.0` --- packages/t/toml++/xmake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/t/toml++/xmake.lua b/packages/t/toml++/xmake.lua index 859cbada4..938137347 100644 --- a/packages/t/toml++/xmake.lua +++ b/packages/t/toml++/xmake.lua @@ -7,7 +7,8 @@ package("toml++") "https://github.com/marzer/tomlplusplus.git") add_versions("v2.5.0", "2e246ee126cfb7bd68edd7285d5bb5c8c5296121ce809306ee71cfd6127c76a6") add_versions("v3.0.0", "934ad62e82ae5ee67bdef512b39d24ddba45e012fb94e22b39fa1fb192bdabab") - add_versions("v3.1.0", "3d491511b3fb4004e0f42b781ed2cb843769a14ad4642f2c00250f7440265eb2") + add_versions("v3.1.0", "dae72714fc356ca1b019298d9e6275cc41ba95546ae722ccdb6795e92f47762e") + add_versions("v3.2.0", "aeba776441df4ac32e4d4db9d835532db3f90fd530a28b74e4751a2915a55565") add_deps("cmake")