mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:59:02 +08:00
[wyhash] Update to 2023-01-25 (#29160)
* Update wyhash to 2023-01-25 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
d1844c8b5b
commit
0e67f312e8
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO wangyi-fudan/wyhash
|
||||
REF a5995b98ebfa7bd38bfadc0919326d2e7aabb805
|
||||
SHA512 bf052e5f645af10c1fcee910f6afbcfdcd3c6b06a640f809ac112edd0ea2fe5ec00daacd9fe8489b310b5c6264c1fc69c68668331b3112b66b2cf0618ed18f47
|
||||
REF ea3b25e1aef55d90f707c3a292eeb9162e2615d8
|
||||
SHA512 d57ae95379bf2d471a684569fbb450d3ba0f0617cff377cc2c7eab439e5127192c5455c1b623eed811ab40a49e5b250a5ab9e53ea856f2f92031af11db570ae0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wyhash",
|
||||
"version-date": "2022-10-12",
|
||||
"version-date": "2023-01-25",
|
||||
"description": "The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.",
|
||||
"homepage": "https://github.com/wangyi-fudan/wyhash",
|
||||
"license": "Unlicense"
|
||||
|
@ -8229,7 +8229,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"wyhash": {
|
||||
"baseline": "2022-10-12",
|
||||
"baseline": "2023-01-25",
|
||||
"port-version": 0
|
||||
},
|
||||
"x-plane": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8dcdcaae8201fe8032032756861acb097af82d1b",
|
||||
"version-date": "2023-01-25",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "630fa73f4c0f907cd3aee92b7b485574a2e59172",
|
||||
"version-date": "2022-10-12",
|
||||
|
Loading…
Reference in New Issue
Block a user