Skip to content

Commit

Permalink
aedi: update jpeg-turbo to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 2, 2025
1 parent 61a8f2f commit 7189879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aedi/target/library_tier3.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ def __init__(self, name='jpeg-turbo'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://downloads.sourceforge.net/project/libjpeg-turbo/3.0.1/libjpeg-turbo-3.0.1.tar.gz',
'22429507714ae147b3acacd299e82099fce5d9f456882fc28e252e4579ba2a75')
'https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.1.0/libjpeg-turbo-3.1.0.tar.gz',
'9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93')

def configure(self, state: BuildState):
state.options['ENABLE_SHARED'] = 'NO'
Expand Down

0 comments on commit 7189879

Please sign in to comment.