[blake3] update to 1.5.4 (#41026)

This commit is contained in:
Jia Yue Hua 2024-09-19 03:25:59 +08:00 committed by GitHub
parent eaca68dee6
commit 70382d1dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO BLAKE3-team/BLAKE3 REPO BLAKE3-team/BLAKE3
REF "${VERSION}" REF "${VERSION}"
SHA512 a2ac662b0e45d1f4c4ee01a5e556a47c49ab5407a6057034033ce6fd0fc6b88f66dd428d80f5e7c4a8413356cb4b5ab655924d96138213499893e0204d7c8d24 SHA512 39b8c49f70a84ac23df1ddaf920ad3d829268db108077e67108b19bc7cdf7e18d468eba5d58a10d79269101204dad52c9463a5b1729d212e15f6c7a419fcfbe7
HEAD_REF main HEAD_REF main
PATCHES PATCHES
fix-windows-arm-build-error.patch fix-windows-arm-build-error.patch
@ -18,4 +18,4 @@ vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE_A2" "${SOURCE_PATH}/LICENSE_A2LLVM" "${SOURCE_PATH}/LICENSE_CC0")

View File

@ -1,6 +1,6 @@
{ {
"name": "blake3", "name": "blake3",
"version": "1.5.1", "version": "1.5.4",
"description": "BLAKE3 cryptographic hash function.", "description": "BLAKE3 cryptographic hash function.",
"homepage": "https://github.com/BLAKE3-team/BLAKE3", "homepage": "https://github.com/BLAKE3-team/BLAKE3",
"license": "CC0-1.0 OR Apache-2.0", "license": "CC0-1.0 OR Apache-2.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "e816d39b5f988611043b60760036b695d1c370e2",
"version": "1.5.4",
"port-version": 0
},
{ {
"git-tree": "1ebeac61319ceea010e0886e04c270f7db71667b", "git-tree": "1ebeac61319ceea010e0886e04c270f7db71667b",
"version": "1.5.1", "version": "1.5.1",

View File

@ -677,7 +677,7 @@
"port-version": 0 "port-version": 0
}, },
"blake3": { "blake3": {
"baseline": "1.5.1", "baseline": "1.5.4",
"port-version": 0 "port-version": 0
}, },
"blas": { "blas": {