Skip to content

Commit

Permalink
Upgrade to S7 Scheme 20241122
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii authored Nov 22, 2024
1 parent b0615e7 commit 8f41a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option("tbox")
set_values(false, true)
option_end()

local S7_VERSION = "20241118"
local S7_VERSION = "20241122"
add_requires("s7 "..S7_VERSION, {system=false})

local TBOX_VERSION = "1.7.6"
Expand Down
2 changes: 1 addition & 1 deletion 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://gitee.com/XmacsLabs/s7.git")
add_urls("https://github.com/XmacsLabs/s7.git")

add_versions("20241118", "20241118_2")
add_versions("20241122", "20241122")

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

Expand Down

0 comments on commit 8f41a83

Please sign in to comment.