Skip to content

Commit b6f0354

Browse files
committed
!6 Upgrade to S7 10.6 20231115
* Upgrade to S7 10.6 20231115
1 parent f1064ba commit b6f0354

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set_project("s7-scheme-binary")
1515

1616
add_repositories("mogan-repo xmake")
1717

18-
local S7_VERSION = "20230413"
18+
local S7_VERSION = "20231115"
1919
add_requires("s7 "..S7_VERSION, {system=false})
2020

2121
target("s7") do

xmake/packages/s/s7/xmake.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ package("s7")
2626
add_urls("https://github.com/XmacsLabs/s7.git")
2727
add_urls("https://gitee.com/XmacsLabs/s7.git")
2828

29-
add_versions("20230413", "505f98d69be3d9c48e096d6787d2f85c27cb3924")
29+
add_versions("20231115", "20231115")
3030

3131
add_configs("gmp", {description = "enable gmp support", default = false, type = "boolean"})
3232

@@ -66,4 +66,4 @@ package("s7")
6666
return(s7_apply_function(sc, old_add, args));
6767
}
6868
]], {includes = "s7.h"}))
69-
end)
69+
end)

0 commit comments

Comments
 (0)