[xbyak] Update to 6.60 (#25152)

* update to 6.60

* add license field

* use path from cmakelists, not the port name (which aren't necessarily the same)

* fail cases are already listed in the supports field

* add versions
This commit is contained in:
Ryan 2022-06-09 05:24:05 -07:00 committed by GitHub
parent 1323f4b83d
commit a6f4a954bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 10 deletions

View File

@ -1,15 +1,15 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO herumi/xbyak
REF v6.00
SHA512 8bea95ddb44be39312083173cd4401039bd402c4732d97f9ff63174f6db29793f80dc1f1589d64bd96b4b13af819133897cd9843523662d13d57158c3837a778
REF v6.60
SHA512 83dba532c7aaa618d61f2d345caeb0ca0b1c3e4946b758095410f269ba954d1870325ed05aa7a1f8aab0b5a2961ecd878980ab835f3db3078a969d2d951aa7e9
HEAD_REF master
)
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/xbyak")
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug"

View File

@ -1,9 +1,9 @@
{
"name": "xbyak",
"version-string": "6.00",
"port-version": 1,
"version": "6.60",
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
"homepage": "https://github.com/herumi/xbyak",
"license": "BSD-3-Clause",
"supports": "!(arm | uwp)",
"dependencies": [
{

View File

@ -1220,9 +1220,6 @@ x265:arm-uwp=fail
x265:x64-uwp=fail
xalan-c:x64-windows-static=fail
xalan-c:arm64-windows=fail
xbyak:arm64-windows=fail
xbyak:arm-uwp=fail
xbyak:x64-uwp=fail
xerces-c:arm-uwp=fail
xerces-c:x64-uwp=fail
xmlsec:arm-uwp=fail

View File

@ -7617,8 +7617,8 @@
"port-version": 0
},
"xbyak": {
"baseline": "6.00",
"port-version": 1
"baseline": "6.60",
"port-version": 0
},
"xerces-c": {
"baseline": "3.2.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d4441480fab1434594b5441612ae5158c81a6642",
"version": "6.60",
"port-version": 0
},
{
"git-tree": "ef05725cf97fc484f475a6db447bc6d503c8d42b",
"version-string": "6.00",