fix(dpdk): add a new version 23.03. (#37919)

Fix E4S GitLab CI issue #37887.
This commit is contained in:
H. Joe Lee 2023-05-25 17:58:41 -05:00 committed by GitHub
parent 9dc4553cf3
commit 3f18f689d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,12 +13,13 @@ class Dpdk(MakefilePackage, MesonPackage):
It supports many processor architectures and both FreeBSD and Linux."""
homepage = "https://github.com/DPDK/dpdk"
url = "https://github.com/DPDK/dpdk/archive/v22.11.tar.gz"
url = "https://github.com/DPDK/dpdk/archive/v23.03.tar.gz"
git = "https://github.com/DPDK/dpdk"
maintainers("hyoklee")
version("main", branch="main")
version("23.03", sha256="8a8fa67941b1e0d428937f9068f401457e4e4fd576031479450da065385b332c")
version("22.11", sha256="ed8b2a2b153f0311ffa065d35af29a098367af44a22b3c33e191e1a74211f2e3")
version("20.02", sha256="29e56ea8e47e30110ecb881fa5a37125a865dd2d45b61f68e93e334caaab16b7")
version("19.11", sha256="ce1befb20a5e5c5399b326a39cfa23314a5229c0ced2553f53b09b1ae630706b")