mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[dpdk] Fix the hash of the downloaded archive (#26657)
This commit is contained in:
parent
707927374c
commit
910f20fefe
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1978,7 +1978,7 @@
|
||||
},
|
||||
"dpdk": {
|
||||
"baseline": "22.07",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"dpp": {
|
||||
"baseline": "10.0.17",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7a813d878c38c9649c599c5b9d35572399655fbf",
|
||||
"version-string": "22.07",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f09ca3077d7bc3f4ceaf558cdb9518ab94cbbe18",
|
||||
"version-string": "22.07",
|
||||
|
Loading…
x
Reference in New Issue
Block a user