sdl2: add v2.0.22 and v2.24.1 (#33351)
This commit is contained in:
parent
574ab3e40a
commit
7993d10e54
1 changed files with 4 additions and 0 deletions
|
@ -13,7 +13,11 @@ class Sdl2(CMakePackage):
|
|||
|
||||
homepage = "https://wiki.libsdl.org/FrontPage"
|
||||
url = "https://libsdl.org/release/SDL2-2.0.5.tar.gz"
|
||||
git = "https://github.com/libsdl-org/SDL.git"
|
||||
list_url = "https://github.com/libsdl-org/SDL.git"
|
||||
|
||||
version("2.24.1", sha256="bc121588b1105065598ce38078026a414c28ea95e66ed2adab4c44d80b309e1b")
|
||||
version("2.0.22", sha256="fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e")
|
||||
version("2.0.14", sha256="d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc")
|
||||
version("2.0.5", sha256="442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785")
|
||||
|
||||
|
|
Loading…
Reference in a new issue