Skip to content

Commit

Permalink
aedi: update sdl2 to 2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Mar 6, 2024
1 parent 62900b4 commit d77a267
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 @@ -283,8 +283,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.0/SDL2-2.30.0.tar.gz',
'36e2e41557e0fa4a1519315c0f5958a87ccb27e25c51776beb6f1239526447b0')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.1/SDL2-2.30.1.tar.gz',
'01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a')

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

0 comments on commit d77a267

Please sign in to comment.