summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatol Pomozov2021-06-04 14:38:30 -0700
committerAnatol Pomozov2021-06-04 14:38:30 -0700
commit98f60e546b85ac8992e3361e29cfa8922d9dfe35 (patch)
treef6b635ccde609bd76da4d0ef0d6cdaa866344f21 /PKGBUILD
parent8817a46ec6e38fbeacfcddf628ac0718fc8c2dce (diff)
downloadaur-dpdk.tar.gz
updpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a25f4cb0b3d..a82101bc6af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dpdk
-pkgver=21.02
+pkgver=21.05
pkgrel=1
pkgdesc='A set of libraries and drivers for fast packet processing'
arch=(x86_64 i686)
@@ -10,7 +10,7 @@ depends=(numactl libelf libpcap libbpf libbsd dtc jansson)
makedepends=(linux-headers python-pyelftools meson ninja)
checkdepends=()
source=(http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz)
-sha1sums=('88ed3a698387caa917a0227bcb9eca2a838bf55d')
+sha1sums=('f0e50aff9bf7705307d65fe0e1e624a2568293e6')
build() {
cd dpdk-$pkgver