Skip to content

Commit

Permalink
aedi: update sdl2 to 2.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed May 2, 2024
1 parent fc2ebc7 commit 42cc38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/library_tier2.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ def __init__(self, name='sdl2'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz',
'891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.3/SDL2-2.30.3.tar.gz',
'820440072f8f5b50188c1dae104f2ad25984de268785be40c41a099a510f0aec')

def configure(self, state: BuildState):
opts = state.options
Expand Down

0 comments on commit 42cc38f

Please sign in to comment.