Skip to content

Commit

Permalink
aedi: update webp to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Apr 15, 2024
1 parent fd9191e commit 9d015c7
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 @@ -478,8 +478,8 @@ def __init__(self, name='webp'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz',
'2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4')
'https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz',
'61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5')

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

0 comments on commit 9d015c7

Please sign in to comment.