From a3e9605630cdd2c1e880115918e20554875f9226 Mon Sep 17 00:00:00 2001 From: Arthapz Date: Sat, 21 May 2022 02:43:04 +0200 Subject: [PATCH] Add robin-hood-hashing 3.11.5 (#1231) --- packages/r/robin-hood-hashing/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/r/robin-hood-hashing/xmake.lua b/packages/r/robin-hood-hashing/xmake.lua index c58441e30..5fe38fff9 100644 --- a/packages/r/robin-hood-hashing/xmake.lua +++ b/packages/r/robin-hood-hashing/xmake.lua @@ -8,6 +8,7 @@ package("robin-hood-hashing") add_urls("https://github.com/martinus/robin-hood-hashing/archive/refs/tags/$(version).tar.gz", "https://github.com/martinus/robin-hood-hashing.git") add_versions("3.11.3", "dcf2b7fa9ef9dd0c67102d94c28e8df3effbe1845e0ed1f31f4772ca5e857fc4") + add_versions("3.11.5", "7aa183252527ded7f46186c1e2f4efe7d6139a3b7c0869c1b6051bd7260587ed") add_deps("cmake") on_install(function (package)