Adjust dependency versions

This commit is contained in:
project-repo 2023-08-17 21:10:58 +02:00
commit feb76646fc

View file

@ -209,7 +209,7 @@ reproducible_build_versions = {
'fontconfig': '2.14.2',
'libinput': '1.23.0',
'libevdev': '1.13.1',
'libudev': '253',
'libudev': '254',
'pango': '1.50.14',
'cairo': '1.17.8',
'pangocairo': '1.50.14',
@ -238,7 +238,7 @@ foreach name, dep : cagebreak_dependencies_dict
endforeach
reproducible_build_compiler = 'gcc'
reproducible_build_compiler_version = '13.1.1'
reproducible_build_compiler_version = '13.2.1'
if cc.get_id() != reproducible_build_compiler
warning('The compiler "' + cc.get_id() + '" differs from the one used to generate to binary specified in Hashes.md (' + reproducible_build_compiler + ').')