Skip to content

Commit

Permalink
aedi: update lua to 5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Aug 4, 2023
1 parent 469f747 commit d6b8d00
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 @@ -238,8 +238,8 @@ def __init__(self, name='lua'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://www.lua.org/ftp/lua-5.4.3.tar.gz',
'f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb')
'https://www.lua.org/ftp/lua-5.4.6.tar.gz',
'7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88')

def detect(self, state: BuildState) -> bool:
return state.has_source_file('src/lua.h')
Expand Down

0 comments on commit d6b8d00

Please sign in to comment.