Skip to content

Commit 7aabe38

Browse files
authored
Update SDL2 port from 2.30.9 to 2.32.0 (#23696)
1 parent d1ae0d6 commit 7aabe38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ports/sdl2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
import os
77

8-
TAG = 'release-2.30.9'
9-
HASH = '00079415bd3aab9ab2cf67c466ca0ab96076ff8b9c8ed6d4e11db15e10f5cf91f49da6356cf3ed9adc91e185c1aada3886baa80d14d421729805adaa98563e36'
8+
TAG = 'release-2.32.0'
9+
HASH = 'd3e4ce9784152aa1194c4f2d2399829f3b01a652915afc6ddaec334068bf95d850edcb43b1a951e0202fc2ecaafc1f58e538ca39b9b16d3fdfe412af0b6aebb0'
1010
SUBDIR = 'SDL-' + TAG
1111

1212
variants = {'sdl2-mt': {'PTHREADS': 1}}

0 commit comments

Comments
 (0)