summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e866a4e320..15baa2657968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dpdk-lts
pkgdesc = A set of libraries and drivers for fast packet processing
- pkgver = 17.11.2
+ pkgver = 18.11.2
pkgrel = 1
url = http://dpdk.org
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = dpdk-lts
makedepends = libpcap
depends = numactl
options = staticlibs
- source = http://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz
- sha256sums = a2e9e8f429375de6ae796515baa619ce81c251f0d92cb97ec848db3ce5a0a5a6
+ source = http://fast.dpdk.org/rel/dpdk-18.11.2.tar.xz
+ sha256sums = 266bb2d149b16252335b106c7ca394434ecaa1fbfd59fc3789375e556746761a
pkgname = dpdk-lts
diff --git a/PKGBUILD b/PKGBUILD
index 20374900e440..386e0b4dfccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dpdk-lts
-pkgver=17.11.2
+pkgver=18.11.2
pkgrel=1
pkgdesc='A set of libraries and drivers for fast packet processing'
arch=(x86_64 i686)
@@ -13,7 +13,7 @@ source=(
"http://fast.dpdk.org/rel/dpdk-$pkgver.tar.xz"
)
sha256sums=(
- 'a2e9e8f429375de6ae796515baa619ce81c251f0d92cb97ec848db3ce5a0a5a6'
+ '266bb2d149b16252335b106c7ca394434ecaa1fbfd59fc3789375e556746761a'
)
prepare() {