Skip to content

Commit

Permalink
aedi: update sdl2 to 2.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 4, 2024
1 parent d9a1cf1 commit 6f99c7d
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.4/SDL2-2.30.4.tar.gz',
'59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.5/SDL2-2.30.5.tar.gz',
'f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b')

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

0 comments on commit 6f99c7d

Please sign in to comment.