diff --git a/releases.json b/releases.json index e8fec883b..cddc5305f 100644 --- a/releases.json +++ b/releases.json @@ -1073,7 +1073,7 @@ "hwy" ], "versions": [ - "1.2.0-1" + "389fbc6c0e2b91dc1aba92709b14962344915f1d-1" ] }, "google-snappy": { diff --git a/subprojects/google-highway.wrap b/subprojects/google-highway.wrap index 9d9d91471..2e7783613 100644 --- a/subprojects/google-highway.wrap +++ b/subprojects/google-highway.wrap @@ -1,8 +1,8 @@ [wrap-file] -directory = highway-1.2.0 -source_url = https://github.com/google/highway/releases/download/1.2.0/highway-1.2.0.tar.gz -source_filename = highway-1.2.0.tar.gz -source_hash = 58e9d5d41d6573ad15245ad76aec53a69499ca7480c092d899c4424812ed906f +directory = highway-389fbc6c0e2b91dc1aba92709b14962344915f1d +source_url = https://github.com/google/highway/archive/389fbc6c0e2b91dc1aba92709b14962344915f1d.tar.gz +source_filename = highway-389fbc6c0e2b91dc1aba92709b14962344915f1d.tar.gz +source_hash = fa78bde6a8979031b4ed5a68da7d8cfa1d4255b8c41f49c335b4d7ea402fb769 patch_directory = google-highway [provide] diff --git a/subprojects/packagefiles/google-highway/meson.build b/subprojects/packagefiles/google-highway/meson.build index 7ce1d4cd5..393d7cf12 100644 --- a/subprojects/packagefiles/google-highway/meson.build +++ b/subprojects/packagefiles/google-highway/meson.build @@ -1,7 +1,7 @@ project( 'hwy', 'cpp', - version: 'fa78bde6a8979031b4ed5a68da7d8cfa1d4255b8c41f49c335b4d7ea402fb769', + version: '389fbc6c0e2b91dc1aba92709b14962344915f1d', meson_version: '>= 1.3.0', license: 'Apache-2.0 OR BSD-3-Clause', )