Skip to content

Commit f381b46

Browse files
authored
Merge pull request kivy#7762 from misl6/feat/macos-deps-bump_sdl2020_and_sdlttf2018
macOS deps: Update SDL to 2.0.20 and update SDL_ttf to 2.0.18
2 parents 991ae22 + f7b54e3 commit f381b46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/osx_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build_and_install_universal_kivy_sys_deps() {
3838
download_cache_curl "${SDL2}.tar.gz" "osx-cache" "https://github.com/libsdl-org/SDL/archive/refs/tags"
3939
download_cache_curl "${SDL2_MIXER}.tar.gz" "osx-cache" "https://github.com/libsdl-org/SDL_mixer/archive"
4040
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"
4242

4343
echo "-- Build SDL2 (Universal)"
4444
tar -xvf "${SDL2}.tar.gz"

.ci/osx_versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
export SDL2="release-2.0.18"
3+
export SDL2="release-2.0.20"
44
export SDL2_IMAGE="168ceb577c245c91801c1bcaf970ef31c9b4d7ba"
55
export SDL2_MIXER="64120a41f62310a8be9bb97116e15a95a892e39d"
6-
export SDL2_TTF="393fdc91e6827905b75a6b267851c03f35914eab"
6+
export SDL2_TTF="release-2.0.18"
77
export PLATYPUS=5.3

0 commit comments

Comments
 (0)