Skip to content

Commit

Permalink
Update SDL2 to version_23 (#13800)
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken authored Mar 31, 2021
1 parent 9332715 commit ef9703d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ports/sdl2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import os

TAG = 'version_22'
HASH = 'c95b65f21a54835b5623236b15bbe54176682c97752d23905662ce7622eabdcc48c1bac71028147b5e4cc1e960df97fd5be9b5bbee540b57bd2644f0ca7e6023'
TAG = 'version_23'
HASH = '1c37152529d1a2ff159d0e6f950d49dca61f65b582a6bc45c4f027629c7b83325eff26240992884eb3c4f2754e4d7516ee3ab7b54829d2bf81f2968f317b4fbd'
SUBDIR = 'SDL2-' + TAG


Expand Down

0 comments on commit ef9703d

Please sign in to comment.