[xbyak] updated to v6.73 (#34650)

* [xbyak] updated to v6.73

* updated version database
This commit is contained in:
Ilya Lavrenov 2023-10-23 22:12:51 +04:00 committed by GitHub
parent 36fd7bdcef
commit f51c848972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO herumi/xbyak REPO herumi/xbyak
REF v6.69 REF "v${VERSION}"
SHA512 c202e5c3688c4dc8cd26d4371c511ffc0fd0885c4d31a6a5fa955c39ae6fcc98f5f0ac2b88c087e10b71b24a91c0e7f082683cd6be67c29a19170723d966a585 SHA512 1af11bea9e75b9b2842197e52d21283fc5ea7ea3ae1034a3e4584e6ca7b364a60589675a0b171d4ff205029730948b91d353f13d11d52c07f1befedc106971b2
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "xbyak", "name": "xbyak",
"version": "6.69", "version": "6.73",
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).", "description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
"homepage": "https://github.com/herumi/xbyak", "homepage": "https://github.com/herumi/xbyak",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -9013,7 +9013,7 @@
"port-version": 0 "port-version": 0
}, },
"xbyak": { "xbyak": {
"baseline": "6.69", "baseline": "6.73",
"port-version": 0 "port-version": 0
}, },
"xcb": { "xcb": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c72f02ee8e100020f33b6f409cbabeca9fe8b0aa",
"version": "6.73",
"port-version": 0
},
{ {
"git-tree": "9774b99e4f632c777b1f0d1cec57f4918acc591a", "git-tree": "9774b99e4f632c777b1f0d1cec57f4918acc591a",
"version": "6.69", "version": "6.69",