File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ build_and_install_universal_kivy_sys_deps() {
38
38
download_cache_curl " ${SDL2} .tar.gz" " osx-cache" " https://github.com/libsdl-org/SDL/archive/refs/tags"
39
39
download_cache_curl " ${SDL2_MIXER} .tar.gz" " osx-cache" " https://github.com/libsdl-org/SDL_mixer/archive"
40
40
download_cache_curl " ${SDL2_IMAGE} .tar.gz" " osx-cache" " https://github.com/libsdl-org/SDL_image/archive"
41
- download_cache_curl " ${SDL2_TTF} .tar.gz" " osx-cache" " https://github.com/libsdl-org/SDL_ttf/archive"
41
+ download_cache_curl " ${SDL2_TTF} .tar.gz" " osx-cache" " https://github.com/libsdl-org/SDL_ttf/archive/refs/tags "
42
42
43
43
echo " -- Build SDL2 (Universal)"
44
44
tar -xvf " ${SDL2} .tar.gz"
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- export SDL2=" release-2.0.18 "
3
+ export SDL2=" release-2.0.20 "
4
4
export SDL2_IMAGE=" 168ceb577c245c91801c1bcaf970ef31c9b4d7ba"
5
5
export SDL2_MIXER=" 64120a41f62310a8be9bb97116e15a95a892e39d"
6
- export SDL2_TTF=" 393fdc91e6827905b75a6b267851c03f35914eab "
6
+ export SDL2_TTF=" release-2.0.18 "
7
7
export PLATYPUS=5.3
You can’t perform that action at this time.
0 commit comments