Skip to content

Commit

Permalink
!6 Upgrade to S7 10.6 20231115
Browse files Browse the repository at this point in the history
* Upgrade to S7 10.6 20231115
  • Loading branch information
da-liii committed Jul 15, 2024
1 parent f1064ba commit b6f0354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set_project("s7-scheme-binary")

add_repositories("mogan-repo xmake")

local S7_VERSION = "20230413"
local S7_VERSION = "20231115"
add_requires("s7 "..S7_VERSION, {system=false})

target("s7") do
Expand Down
4 changes: 2 additions & 2 deletions xmake/packages/s/s7/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package("s7")
add_urls("https://github.com/XmacsLabs/s7.git")
add_urls("https://gitee.com/XmacsLabs/s7.git")

add_versions("20230413", "505f98d69be3d9c48e096d6787d2f85c27cb3924")
add_versions("20231115", "20231115")

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

Expand Down Expand Up @@ -66,4 +66,4 @@ package("s7")
return(s7_apply_function(sc, old_add, args));
}
]], {includes = "s7.h"}))
end)
end)

0 comments on commit b6f0354

Please sign in to comment.