Browse Source

Update emhash (#6686)

apocelipes 5 months ago
parent
commit
a3b632c46e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/e/emhash/xmake.lua

+ 1 - 0
packages/e/emhash/xmake.lua

@@ -7,6 +7,7 @@ package("emhash")
     add_urls("https://github.com/ktprime/emhash.git")
     add_urls("https://github.com/ktprime/emhash.git")
     add_versions("2024.06.01", "3efa77ef32786a033b379071fe8af3dc705736ca")
     add_versions("2024.06.01", "3efa77ef32786a033b379071fe8af3dc705736ca")
     add_versions("2025.03.19", "0a3107222b4f1d2f3286fb84c2d468ea5ec50373")
     add_versions("2025.03.19", "0a3107222b4f1d2f3286fb84c2d468ea5ec50373")
+    add_versions("2025.03.24", "beae64cf1ef9e2be04923942aa457f729d105d04")
 
 
     on_install(function (package)
     on_install(function (package)
         os.cp("*.hpp", package:installdir("include"))
         os.cp("*.hpp", package:installdir("include"))