From 882a7d8cec67b123b9dd044af821aade2fdd65f9 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 22:15:16 +0000 Subject: [PATCH] =?UTF-8?q?updater-xsimd-13.2.0=20=E2=80=94=20xsimd=20=3D>?= =?UTF-8?q?=2013.2.0=20(#12456)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt xsimd to updater-xsimd-13.2.0 * updater-xsimd-13.2.0: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu Co-authored-by: chromebrew-actions[bot] --- packages/xsimd.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/xsimd.rb b/packages/xsimd.rb index cbd3f3038..307a8680d 100644 --- a/packages/xsimd.rb +++ b/packages/xsimd.rb @@ -3,7 +3,7 @@ require 'buildsystems/cmake' class Xsimd < CMake description 'C++ wrappers for SIMD intrinsics' homepage 'https://github.com/xtensor-stack/xsimd' - version '13.1.0' + version '13.2.0' license 'BSD-3' compatibility 'all' source_url 'https://github.com/xtensor-stack/xsimd.git' @@ -11,9 +11,9 @@ class Xsimd < CMake binary_compression 'tar.zst' binary_sha256({ - aarch64: 'fa3854ffa913efa3bb6169ab5dfc78f84371a33fd95a55c71e9c2ce4990cdc41', - armv7l: 'fa3854ffa913efa3bb6169ab5dfc78f84371a33fd95a55c71e9c2ce4990cdc41', - i686: '0dac1ca2d7465f24777d0d72b98f028f1a783b35a9b51ff33ca3a1b89279d06e', - x86_64: 'ffe5b730f73df8e5fcac970ac2c55e7e6697480197ef9505f0b0b63d58ac0270' + aarch64: 'f9e142937891f08def9765129f4c44c5ebc6cea0fd21581b519556ad06e44378', + armv7l: 'f9e142937891f08def9765129f4c44c5ebc6cea0fd21581b519556ad06e44378', + i686: 'f43c484cefd93ed909690113dbe2aa162326aa2d0abfc36d9a8f978a3fafd991', + x86_64: 'c12d6d3ca99426f7f9a7dcd792260dad81e16b310a74f788868258f6c87db2b1' }) end