Parcourir la source

robin-hood-hashing: fix sha256sum. (#1604)

Chen Yufei il y a 2 ans
Parent
commit
20d29bbc3c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/r/robin-hood-hashing/xmake.lua

+ 1 - 1
packages/r/robin-hood-hashing/xmake.lua

@@ -8,7 +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_versions("3.11.5", "3693e44dda569e9a8b87ce8263f7477b23af448a3c3600c8ab9004fe79c20ad0")
 
     on_load(function (package)
         wprint("Package deprecated, author reason:\nUnfortunately I do not have time to continue development for this hashmap. I have a worthy successor though, please head over to: ankerl::unordered_dense::{map, set}${clear}")