From bb8d6d226a39b6dda4dff8c94f5b16e00addebab Mon Sep 17 00:00:00 2001 From: ryan-rsm-mckenzie Date: Sun, 26 Jul 2020 00:05:54 -0700 Subject: [PATCH] [Xbyak] Update to 5.93 --- ports/xbyak/CONTROL | 2 +- ports/xbyak/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/xbyak/CONTROL b/ports/xbyak/CONTROL index 05a1956cfbd798..5239d99c4b20d7 100644 --- a/ports/xbyak/CONTROL +++ b/ports/xbyak/CONTROL @@ -1,5 +1,5 @@ Source: xbyak -Version: 5.911 +Version: 5.93 Description: Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64). Homepage: https://github.com/herumi/xbyak Supports: !(arm|uwp) diff --git a/ports/xbyak/portfile.cmake b/ports/xbyak/portfile.cmake index b07b372f307168..b365c38fc29302 100644 --- a/ports/xbyak/portfile.cmake +++ b/ports/xbyak/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO herumi/xbyak - REF v5.911 - SHA512 3cb6b1e73d7dc2a23dcb31310720f0d4b83b62cfc69ff09eeefafe032e58e04574419f668d5ca957e8fc21e679e25da059f6e93724949e0ff1fcaa6779b88bdd + REF v5.93 + SHA512 0c7052b2aeffc1aec541991a644753327232428ba7d8719e250a3afcc66b26beca2b92476f17af8121ceaacd822515e65d082e94b9f72fa29b4a005e32065843 HEAD_REF master )