aboutsummaryrefslogtreecommitdiff
path: root/ports/xsimd
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xsimd')
-rw-r--r--ports/xsimd/CONTROL2
-rw-r--r--ports/xsimd/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/xsimd/CONTROL b/ports/xsimd/CONTROL
index 6fb8a2e38..5e4057b4b 100644
--- a/ports/xsimd/CONTROL
+++ b/ports/xsimd/CONTROL
@@ -1,5 +1,5 @@
Source: xsimd
-Version: 7.4.8
+Version: 7.4.9
Description: Modern, portable C++ wrappers for SIMD intrinsics
Homepage: https://github.com/xtensor-stack/xsimd
diff --git a/ports/xsimd/portfile.cmake b/ports/xsimd/portfile.cmake
index 3e9b4cdf7..b487d350c 100644
--- a/ports/xsimd/portfile.cmake
+++ b/ports/xsimd/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xtensor-stack/xsimd
- REF b8c5b02344675825539c56e2d598f41b6ca1ada2 # 7.4.8
- SHA512 7480c64cecee2b2954422dcf44f4f1855777030bc6f612c0fb2c97e822d9589ed7c90eef0f784e20766c7ef28d7297ec838f86ed37193dddccc67bfa2fa41761
+ REF 0c8e9e7b67369003ba291a3df8060d605ae3bd4f # 7.4.9
+ SHA512 6c22c3a349ff1aa495d0aa66c0159539e10e1b9418eb4c4b7b1b42ce36a8a33e87cc93484daadae7b837f72fb20429ef50461316c6107b2b68c969323d68bcf9
HEAD_REF master
)