Add sol v3.2.2 (#253)

pull/254/head
yamashi 4 years ago committed by GitHub
parent d3958db220
commit cf451ab5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/s/sol2/xmake.lua

@ -6,6 +6,7 @@ package("sol2")
set_urls("https://github.com/ThePhD/sol2/archive/$(version).tar.gz",
"https://github.com/ThePhD/sol2.git")
add_versions("v3.2.2", "141790dae0c1821dd2dbac3595433de49ba72545845efc3ec7d88de8b0a3b2da")
add_versions("v3.2.1", "b10f88dc1246f74a10348faef7d2c06e2784693307df74dcd87c4641cf6a6828")
add_configs("includes_lua", {description = "Should this package includes the Lua package (set to false if you're shipping a custom Lua)", default = true, type = "boolean"})

Loading…
Cancel
Save