[xbyak] Update to 7.7 (#41263)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-10-08 20:02:44 +00:00 committed by GitHub
parent c330990b61
commit be331712a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO herumi/xbyak REPO herumi/xbyak
REF "v${VERSION_STR}" REF "v${VERSION_STR}"
SHA512 42b8338a1bf565ad0359542748f2e93df36aae567fcd15236b212b70e64b5e1d417f88c8a617935a4acc1ae048592522da221cb0d890eb0efc4f9a808366d7f3 SHA512 d4fc99482762eae57ded3c59b1d753bf54563f4273ec30a03a96d72203812616e26bf6237e369ff363e58f3c127723f97c29d7033c0f3319f606460d2a56e432
HEAD_REF master HEAD_REF master
) )
@ -17,4 +17,4 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/lib" "${CURRENT_PACKAGES_DIR}/lib"
) )
file(INSTALL "${SOURCE_PATH}/COPYRIGHT" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYRIGHT")

View File

@ -1,6 +1,6 @@
{ {
"name": "xbyak", "name": "xbyak",
"version": "7.6", "version": "7.7",
"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

@ -9677,7 +9677,7 @@
"port-version": 0 "port-version": 0
}, },
"xbyak": { "xbyak": {
"baseline": "7.6", "baseline": "7.7",
"port-version": 0 "port-version": 0
}, },
"xcb": { "xcb": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "ef863d309407104b101b1969358a158976d7fb06",
"version": "7.7",
"port-version": 0
},
{ {
"git-tree": "97a240607626e0b650d49102c0b7a0045433185f", "git-tree": "97a240607626e0b650d49102c0b7a0045433185f",
"version": "7.6", "version": "7.6",