From 71d2be77b0dd72e53315c54cc74b384ae23aa90f Mon Sep 17 00:00:00 2001 From: fasiondog Date: Mon, 14 Dec 2020 00:06:10 +0800 Subject: [PATCH] update protobuf-cpp for new version (#207) * add pybind11 * add pybind11 * add pybind11 * add nng * update for add nng * update for add nng * update for add nng * update for add nng, remove MingW * update protobuf-cpp * update for protobuf-cpp --- packages/p/protobuf-cpp/xmake.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/p/protobuf-cpp/xmake.lua b/packages/p/protobuf-cpp/xmake.lua index a1568d4fa..5e561b715 100644 --- a/packages/p/protobuf-cpp/xmake.lua +++ b/packages/p/protobuf-cpp/xmake.lua @@ -6,6 +6,8 @@ package("protobuf-cpp") add_urls("https://github.com/protocolbuffers/protobuf/releases/download/v$(version)/protobuf-cpp-$(version).zip") add_versions("3.8.0", "91ea92a8c37825bd502d96af9054064694899c5c7ecea21b8d11b1b5e7e993b5") add_versions("3.12.3", "74da289e0d0c24b2cb097f30fdc09fa30754175fd5ebb34fae4032c6d95d4ce3") + add_versions("3.13.0", "f7b99f47822b0363175a6751ab59ccaa4ee980bf1198f11a4c3cef162698dde3") + add_versions("3.14.0", "87d6e96166cf5cafc16f2bcfa91c0b54f48bab38538285bee1b9331d992569fa") if is_plat("windows") then add_deps("cmake")