浏览代码

Update omath to v3.8.0

ruki 19 小时之前
父节点
当前提交
0efe5c0e22
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/o/omath/xmake.lua

+ 1 - 0
packages/o/omath/xmake.lua

@@ -6,6 +6,7 @@ package("omath")
     add_urls("https://github.com/orange-cpp/omath/archive/refs/tags/$(version).tar.gz",
              "https://github.com/orange-cpp/omath.git", {submodules = false})
 
+    add_versions("v3.8.0", "9819cb4f16439c62da2bda7a577887b890bf01cb079e931d4df39f12e3f904cd")
     add_versions("v3.0.3", "f72ec671eb99d83bf6d63ec5eee7436110a9f340b416eefac51464665bbda06c")
 
     add_configs("avx2",  {description = "Enable AVX2", default = true, type = "boolean"})