aedi: update meson to 0.63.1

This commit is contained in:
alexey.lysiuk 2022-08-27 10:00:59 +03:00
parent 68bfa7744b
commit 0a4c08789f
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ class MesonTarget(BuildTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/mesonbuild/meson/releases/download/0.58.1/meson-0.58.1.tar.gz', 'https://github.com/mesonbuild/meson/releases/download/0.63.1/meson-0.63.1.tar.gz',
'3144a3da662fcf79f1e5602fa929f2821cba4eba28c2c923fe0a7d3e3db04d5d') '06fe13297213d6ff0121c5d5aab25a56ef938ffec57414ed6086fda272cb65e9')
def detect(self, state: BuildState) -> bool: def detect(self, state: BuildState) -> bool:
return state.has_source_file('meson.py') return state.has_source_file('meson.py')