[dpdk] Fix the hash of the downloaded archive (#26657)

This commit is contained in:
Jianshen Liu 2022-09-02 15:16:09 -07:00 committed by GitHub
parent 707927374c
commit 910f20fefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -29,7 +29,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO DPDK/dpdk
REF v${PORT_VERSION}
SHA512 ff80a9f87e71cd743ea5e62f515849bc6746fe7496a0d4b63ecf2bfe0d88da74f0e6c0257c07838c1f9ff41abd81827932b97731fb0fce60d56a8bab7e32347c
SHA512 86892f5f61ee8f7ccd61c47767515603683d0e7a217389490a9a5d4ac87b42557572113f4cd56425fef212eff5715095a34ed3c03a3ce6351ffdcacb850b0851
HEAD_REF main
PATCHES
enable-either-static-or-shared-build.patch

View File

@ -1,6 +1,7 @@
{
"name": "dpdk",
"version-string": "22.07",
"port-version": 1,
"description": "A set of libraries and drivers for fast packet processing",
"homepage": "https://www.dpdk.org/",
"documentation": "https://doc.dpdk.org/guides/index.html",

View File

@ -1978,7 +1978,7 @@
},
"dpdk": {
"baseline": "22.07",
"port-version": 0
"port-version": 1
},
"dpp": {
"baseline": "10.0.17",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7a813d878c38c9649c599c5b9d35572399655fbf",
"version-string": "22.07",
"port-version": 1
},
{
"git-tree": "f09ca3077d7bc3f4ceaf558cdb9518ab94cbbe18",
"version-string": "22.07",