From 49f561d2de6c4d708a485c5c526bd830fd6e3d10 Mon Sep 17 00:00:00 2001 From: Saikari Date: Thu, 23 Oct 2025 14:34:18 +0300 Subject: [PATCH] add version 3.10.1 for omath package --- packages/o/omath/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/o/omath/xmake.lua b/packages/o/omath/xmake.lua index ab0af4eac7b..24b0e674b17 100644 --- a/packages/o/omath/xmake.lua +++ b/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.10.1", "17244abf5ffe9164a6f0c71cc8575e21ddb22d9816e949db924489fec0c1d72c") add_versions("v3.9.4", "7e4409ac40dc44f3c587067063bc66ecfa81ee9b1eeeb23a33f3952371b4eccf") add_versions("v3.9.3", "b2f3bf035aaa40cd527b5676af2ca8c581f78eca7a41ff0db6b93a237bab4aaf") add_versions("v3.9.0", "a87b77e00d3cbaad171a1682976359106fecdc20d99367f2b61719bc46b19776")