summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2019-07-29 18:55:51 +0300
committerTim-Philipp Müller <tim@centricular.com>2019-08-11 11:56:57 +0100
commitc43e29c71b25d2b5d93aa12a3aab38771cb71937 (patch)
tree4db2a31dfa8f8a640d18e3ed2bd61c4c16f4c17b
parent07f4d4ee836e2c7850e4d9713fc43d51ae67a3d5 (diff)
Update the flexmeson windows binary version
The old binary/url is no longer available, and the layout of the sourceforge archvie seems to have changed to include a new old_versions/ directory where the previous binary is relocated. https://sourceforge.net/projects/winflexbison/files/old_versions/ While we could use that, it seem better to invest the effort to adapt the scipt afterwards to use the github archives instead https://github.com/lexxmark/winflexbison/releases So for now bump the version to get the subproject building till we switch to github releases.
-rw-r--r--subprojects/win-flex-bison-binaries/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/win-flex-bison-binaries/meson.build b/subprojects/win-flex-bison-binaries/meson.build
index 4179265..6b8f9e8 100644
--- a/subprojects/win-flex-bison-binaries/meson.build
+++ b/subprojects/win-flex-bison-binaries/meson.build
@@ -1,10 +1,10 @@
-project('win-flex-bison-binary', version : '2.5.14')
+project('win-flex-bison-binary', version : '2.5.18')
py3 = import('python3').find_python()
message('Downloading and extracting win-flex-bison binaries...')
-zip_hash = '354c9aae02aca421c52abfda7fe3ce6c32ad07e25ff3f66e31da9437a0b906cf'
+zip_hash = '095cf65cb3f12ee5888022f93109acbe6264e5f18f6ffce0bda77feb31b65bd8'
ret = run_command(py3, files('download-binary.py'), meson.project_version(), zip_hash)
if ret.returncode() != 0