Skip to content

Commit

Permalink
[xbyak] Update to 7.7 (microsoft#41263)
Browse files Browse the repository at this point in the history
Co-authored-by: Monica <[email protected]>
  • Loading branch information
MonicaLiu0311 and Monica authored Oct 8, 2024
1 parent c330990 commit be33171
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/xbyak/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO herumi/xbyak
REF "v${VERSION_STR}"
SHA512 42b8338a1bf565ad0359542748f2e93df36aae567fcd15236b212b70e64b5e1d417f88c8a617935a4acc1ae048592522da221cb0d890eb0efc4f9a808366d7f3
SHA512 d4fc99482762eae57ded3c59b1d753bf54563f4273ec30a03a96d72203812616e26bf6237e369ff363e58f3c127723f97c29d7033c0f3319f606460d2a56e432
HEAD_REF master
)

Expand All @@ -17,4 +17,4 @@ file(REMOVE_RECURSE
"${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")
2 changes: 1 addition & 1 deletion ports/xbyak/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xbyak",
"version": "7.6",
"version": "7.7",
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
"homepage": "https://github.com/herumi/xbyak",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9677,7 +9677,7 @@
"port-version": 0
},
"xbyak": {
"baseline": "7.6",
"baseline": "7.7",
"port-version": 0
},
"xcb": {
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xbyak.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ef863d309407104b101b1969358a158976d7fb06",
"version": "7.7",
"port-version": 0
},
{
"git-tree": "97a240607626e0b650d49102c0b7a0045433185f",
"version": "7.6",
Expand Down

0 comments on commit be33171

Please sign in to comment.