From fd534a25627bdd18c38b5bb0dd9281a083f89e83 Mon Sep 17 00:00:00 2001 From: Hoildkv <42310255+xq114@users.noreply.github.com> Date: Tue, 10 Aug 2021 21:53:54 +0800 Subject: [PATCH] update pybind11, re2, yaml-cpp, simdjson (#558) * update pybind11 * update re2 * update yaml-cpp * update simdjson --- packages/p/pybind11/xmake.lua | 1 + packages/r/re2/xmake.lua | 1 + packages/s/simdjson/xmake.lua | 1 + packages/y/yaml-cpp/xmake.lua | 1 + 4 files changed, 4 insertions(+) diff --git a/packages/p/pybind11/xmake.lua b/packages/p/pybind11/xmake.lua index 592c7120e..779c05d68 100644 --- a/packages/p/pybind11/xmake.lua +++ b/packages/p/pybind11/xmake.lua @@ -7,6 +7,7 @@ package("pybind11") "https://github.com/pybind/pybind11.git") add_versions("v2.5.0", "1859f121837f6c41b0c6223d617b85a63f2f72132bae3135a2aa290582d61520") add_versions("v2.6.2", "0bdb5fd9616fcfa20918d043501883bf912502843d5afc5bc7329a8bceb157b3") + add_versions("v2.7.1", "350ebf8f4c025687503a80350897c95d8271bf536d98261f0b8ed2c1a697070f") add_deps("cmake", "python 3.x") diff --git a/packages/r/re2/xmake.lua b/packages/r/re2/xmake.lua index 1a883d6ae..e0c7633b6 100644 --- a/packages/r/re2/xmake.lua +++ b/packages/r/re2/xmake.lua @@ -7,6 +7,7 @@ package("re2") add_urls("https://github.com/google/re2/archive/$(version).tar.gz", {version = function (version) return version:gsub("%.", "-") end}) add_versions("2020.11.01", "8903cc66c9d34c72e2bc91722288ebc7e3ec37787ecfef44d204b2d6281954d7") add_versions("2021.06.01", "26155e050b10b5969e986dab35654247a3b1b295e0532880b5a9c13c0a700ceb") + add_versions("2021.08.01", "cd8c950b528f413e02c12970dce62a7b6f37733d7f68807e73a2d9bc9db79bc8") if is_plat("windows") then add_deps("cmake") diff --git a/packages/s/simdjson/xmake.lua b/packages/s/simdjson/xmake.lua index ee3294227..d347ab51d 100644 --- a/packages/s/simdjson/xmake.lua +++ b/packages/s/simdjson/xmake.lua @@ -7,6 +7,7 @@ package("simdjson") add_urls("https://github.com/simdjson/simdjson/archive/refs/tags/$(version).tar.gz", "https://github.com/simdjson/simdjson.git") add_versions("v0.9.5", "db69582fc5e4ece8c0a6a64894efeef475fe22fe466bd67195422de11b08b4d2") + add_versions("v0.9.7", "a21279ae4cf0049234a822c5c3550f99ec1707d3cda12156d331dcc8cd411ba0") add_configs("threads", { description = "Enable threads.", default = true, type = "boolean"}) add_configs("noexceptions", { description = "Disable exceptions.", default = false, type = "boolean"}) diff --git a/packages/y/yaml-cpp/xmake.lua b/packages/y/yaml-cpp/xmake.lua index 9a02365a6..615c7c31c 100644 --- a/packages/y/yaml-cpp/xmake.lua +++ b/packages/y/yaml-cpp/xmake.lua @@ -6,6 +6,7 @@ package("yaml-cpp") add_urls("https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$(version).tar.gz") add_versions("0.6.3", "77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed") + add_versions("0.7.0", "43e6a9fcb146ad871515f0d0873947e5d497a1c9c60c58cb102a97b47208b7c3") add_deps("cmake") on_install("windows", "linux", "macosx", "mingw", function (package)