From dae7ff0d0707eaa7c34b31383da697208fe1a4d2 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 11 Jul 2024 01:05:23 +0000 Subject: [PATCH] Update boost_reflect to v1.2.1 --- packages/b/boost_reflect/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/b/boost_reflect/xmake.lua b/packages/b/boost_reflect/xmake.lua index 90375cec3..76c601c2a 100644 --- a/packages/b/boost_reflect/xmake.lua +++ b/packages/b/boost_reflect/xmake.lua @@ -6,6 +6,7 @@ package("boost_reflect") add_urls("https://github.com/boost-ext/reflect/archive/refs/tags/$(version).tar.gz", "https://github.com/boost-ext/reflect.git") + add_versions("v1.2.1", "e24d5765b9a85ee99c494f1ce5827428220c69a6cac97817abbeef0f6b0b4ba9") add_versions("v1.1.1", "49b20cbc0e5d9f94bcdc96056f8c5d91ee2e45d8642e02cb37e511079671ad48") on_install("linux", function (package)