Upgrade google benchmark dep to latest version to fix build failure.

pull/3544/head
Garret Rieger 3 years ago committed by Behdad Esfahbod
parent 8575a8f50c
commit e8b40c7a09
  1. 2
      subprojects/.gitignore
  2. 16
      subprojects/google-benchmark.wrap

@ -1,6 +1,6 @@
/freetype2 /freetype2
/glib /glib
/packagecache /packagecache
/benchmark-1.4.1 /benchmark-*
/cairo /cairo
/ragel-6.10 /ragel-6.10

@ -1,9 +1,11 @@
[wrap-file] [wrap-file]
directory = benchmark-1.5.2 directory = benchmark-1.6.0
source_url = https://github.com/google/benchmark/archive/v1.5.2.zip source_url = https://github.com/google/benchmark/archive/refs/tags/v1.6.0.tar.gz
source_filename = benchmark-1.5.2.zip source_filename = benchmark-1.6.0.tar.gz
source_hash = 21e6e096c9a9a88076b46bd38c33660f565fa050ca427125f64c4a8bf60f336b source_hash = 1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6
patch_url = https://wrapdb.mesonbuild.com/v1/projects/google-benchmark/1.5.2/1/get_zip patch_filename = google-benchmark_1.6.0-1_patch.zip
patch_filename = google-benchmark-1.5.2-1-wrap.zip patch_url = https://wrapdb.mesonbuild.com/v2/google-benchmark_1.6.0-1/get_patch
patch_hash = 49f41e4a7e68ac258b6509b9de9857441903be4fb473454c4cba8be885f0c6c3 patch_hash = f2feff0641a5ebf6b893a4f49ea0bff566ba866ee993c5c3aef62ff40cdc6b14
[provide]
benchmark = google_benchmark_dep

Loading…
Cancel
Save