add:libsdl add version 2.26.4 (#1941)

* add:libsdl add version 2.26.3

* update:llvm add add version 15.0.7 (windows,linux)

* add:sdl 2.26.4
pull/1943/head
Dozingfiretruck 2 years ago committed by GitHub
parent d83ba96297
commit a71f159979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/libsdl/xmake.lua

@ -28,6 +28,7 @@ package("libsdl")
add_versions("archive:2.26.1", "c038222fcac6ccc448daaa3febcae93fdac401aed12fd60da3b7939529276b1b")
add_versions("archive:2.26.2", "31510e53266c9e4730070ec20543c25642a85db7f678445cd9cfc61c7b6eb94b")
add_versions("archive:2.26.3", "3e46df1eb1be30448cf7c7f3fc0991980f0ef867c2412ab7bc925b631e5dc09c")
add_versions("archive:2.26.4", "f22fd1410a4b4345f2da679b372629da38f644a686660f1ebadc5e0cb05a7369")
add_versions("github:2.0.8", "release-2.0.8")
add_versions("github:2.0.12", "release-2.0.12")
add_versions("github:2.0.14", "release-2.0.14")
@ -41,6 +42,7 @@ package("libsdl")
add_versions("github:2.26.1", "release-2.26.1")
add_versions("github:2.26.2", "release-2.26.2")
add_versions("github:2.26.3", "release-2.26.3")
add_versions("github:2.26.4", "release-2.26.4")
add_deps("cmake")

Loading…
Cancel
Save