Skip to content

Commit

Permalink
aedi: update mpg123 to 1.32.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Apr 11, 2024
1 parent 787361a commit f44e96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/library_tier1.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ def __init__(self, name='mpg123'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://www.mpg123.de/download/mpg123-1.32.5.tar.bz2',
'af908cdf6cdb6544b97bc706a799f79894e69468af5881bf454a0ebb9171ed63',
'https://www.mpg123.de/download/mpg123-1.32.6.tar.bz2',
'ccdd1d0abc31d73d8b435fc658c79049d0a905b30669b6a42a03ad169dc609e6',
patches=('mpg123-arm64-fpu', 'mpg123-no-syn123'))

def configure(self, state: BuildState):
Expand Down

0 comments on commit f44e96d

Please sign in to comment.