aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbahaki386 <bahaki386@gmail.com>2017-10-18 19:38:25 +0900
committerGitHub <noreply@github.com>2017-10-18 19:38:25 +0900
commit11fdd415dd21f85292260a64fa9d52d872697e7c (patch)
tree8a0aa3b620df6079a84f516002988c2d68beb75a /scripts
parent2b41ebc75957d2e40036f52854af9f5cdd22b3a9 (diff)
downloadvcpkg-11fdd415dd21f85292260a64fa9d52d872697e7c.tar.gz
vcpkg-11fdd415dd21f85292260a64fa9d52d872697e7c.zip
Update Meson to 0.43.0
Upedate Meson to 0.43.0. It will fix Issue #2006.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_find_acquire_program.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake
index b81675c13..fdee0cb1f 100644
--- a/scripts/cmake/vcpkg_find_acquire_program.cmake
+++ b/scripts/cmake/vcpkg_find_acquire_program.cmake
@@ -110,10 +110,10 @@ function(vcpkg_find_acquire_program VAR)
set(PROGNAME meson)
set(REQUIRED_INTERPRETER PYTHON3)
set(SCRIPTNAME meson.py)
- set(PATHS ${DOWNLOADS}/tools/meson/meson-0.40.1)
- set(URL "https://github.com/mesonbuild/meson/archive/0.40.1.zip")
- set(ARCHIVE "meson-0.40.1.zip")
- set(HASH 4c1d07f32d527859f762c34de74d31d569573fc833335ab9652ed38d1f9e64b49869e826527c28a6a07cb8e594fd5c647b34aa95e626236a2707f75df0a2d435)
+ set(PATHS ${DOWNLOADS}/tools/meson/meson-0.43.0)
+ set(URL "https://github.com/mesonbuild/meson/archive/0.43.0.zip")
+ set(ARCHIVE "meson-0.43.0.zip")
+ set(HASH dde4de72eff37046731224f32aa5f4618d45bdf148cec2d1af6e25e7522ebc2b04aedc9eceed483dfa93823a0ea7ea472d0c0c9380061bf3ee2f16b87dd1425e)
elseif(VAR MATCHES "FLEX")
set(PROGNAME win_flex)
set(PATHS ${DOWNLOADS}/tools/win_flex)