mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:29:00 +08:00
[xbyak] Update to 7.06 (#38726)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] ~~The "supports" clause reflects platforms that may be fixed by this new version.~~ - [ ] ~~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~~ - [ ] ~~Any patches that are no longer applied are deleted from the port's directory.~~ - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
d709ba4782
commit
bcb354dbfa
@ -1,8 +1,9 @@
|
||||
string(REGEX REPLACE "^([0-9]+)[.]([1-9])\$" "\\1.0\\2" VERSION_STR "${VERSION}")
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO herumi/xbyak
|
||||
REF "v${VERSION}"
|
||||
SHA512 1af11bea9e75b9b2842197e52d21283fc5ea7ea3ae1034a3e4584e6ca7b364a60589675a0b171d4ff205029730948b91d353f13d11d52c07f1befedc106971b2
|
||||
REF "v${VERSION_STR}"
|
||||
SHA512 42b8338a1bf565ad0359542748f2e93df36aae567fcd15236b212b70e64b5e1d417f88c8a617935a4acc1ae048592522da221cb0d890eb0efc4f9a808366d7f3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xbyak",
|
||||
"version": "6.73",
|
||||
"version": "7.6",
|
||||
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
|
||||
"homepage": "https://github.com/herumi/xbyak",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -9445,7 +9445,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"xbyak": {
|
||||
"baseline": "6.73",
|
||||
"baseline": "7.6",
|
||||
"port-version": 0
|
||||
},
|
||||
"xcb": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "97a240607626e0b650d49102c0b7a0045433185f",
|
||||
"version": "7.6",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c72f02ee8e100020f33b6f409cbabeca9fe8b0aa",
|
||||
"version": "6.73",
|
||||
|
Loading…
Reference in New Issue
Block a user