Skip to content

Commit

Permalink
aedi: update sdl2 to 2.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Aug 2, 2024
1 parent e9f3f79 commit 6c29115
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.5/SDL2-2.30.5.tar.gz',
'f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b')
'https://github.com/libsdl-org/SDL/releases/download/release-2.30.6/SDL2-2.30.6.tar.gz',
'c6ef64ca18a19d13df6eb22df9aff19fb0db65610a74cc81dae33a82235cacd4')

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

0 comments on commit 6c29115

Please sign in to comment.