Skip to content

Commit

Permalink
[xbyak] Update port to 5.97 (#13553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed Sep 21, 2020
1 parent 577b443 commit ef0e387
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions ports/xbyak/CONTROL

This file was deleted.

4 changes: 2 additions & 2 deletions ports/xbyak/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO herumi/xbyak
REF v5.93
SHA512 0c7052b2aeffc1aec541991a644753327232428ba7d8719e250a3afcc66b26beca2b92476f17af8121ceaacd822515e65d082e94b9f72fa29b4a005e32065843
REF v5.97
SHA512 813d5363063b9bd8f3645652826cbbf9c0fdfc7775974bd257b9635ce7d1edbd6a7099216a8e7ec6252cb6e56aa4b6c6f9b0fd84b5748fa79c04abb799731cde
HEAD_REF master
)

Expand Down
7 changes: 7 additions & 0 deletions ports/xbyak/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "xbyak",
"version-string": "5.97",
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
"homepage": "https://github.com/herumi/xbyak",
"supports": "!(arm | uwp)"
}

0 comments on commit ef0e387

Please sign in to comment.