meson: Update flex, bison, and nasm
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 17 Oct 2022 20:51:07 +0000 (02:21 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 17 Oct 2022 20:51:07 +0000 (02:21 +0530)
Latest flex is 2.6.4, bison is 3.8.2, nasm is 2.15.04

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3209>

subprojects/win-flex-bison-binaries/meson.build
subprojects/win-nasm/meson.build

index 6b8f9e8..7b08888 100644 (file)
@@ -1,10 +1,10 @@
-project('win-flex-bison-binary', version : '2.5.18')
+project('win-flex-bison-binary', version : '2.5.25')
 
 py3 = import('python3').find_python()
 
 message('Downloading and extracting win-flex-bison binaries...')
 
-zip_hash = '095cf65cb3f12ee5888022f93109acbe6264e5f18f6ffce0bda77feb31b65bd8'
+zip_hash = '8d324b62be33604b2c45ad1dd34ab93d722534448f55a16ca7292de32b6ac135'
 
 ret = run_command(py3, files('download-binary.py'), meson.project_version(), zip_hash)
 if ret.returncode() != 0
index 40b5bc2..c5c9000 100644 (file)
@@ -1,4 +1,4 @@
-project('win-nasm', version : '2.14.02')
+project('win-nasm', version : '2.15.04')
 
 py3 = import('python3').find_python()
 
@@ -10,9 +10,9 @@ message('Downloading and extracting nasm binaries for Windows...')
 
 arch = host_machine.cpu_family()
 if arch == 'x86_64'
-  zip_hash = '18918ac906e29417b936466e7a2517068206c8db8c04b9762a5befa18bfea5f0'
+  zip_hash = '94204ab5d60324669f71387c2d536cacb37341d27f236358c2ba84bf16c23f6e'
 else
-  zip_hash = '250f9b5eeb2111e8c7b494a977490985b8604fe7518a6f5041cde37cc727a067'
+  zip_hash = '2b8a00d9fa348e7b68bac0497e25be44db83c64d6681478fdcbfa03fca36ad76'
 endif
 
 ret = run_command(py3, files('download-binary.py'), meson.project_version(), arch, zip_hash)