aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Hagiwara2022-12-03 17:40:56 +0900
committerYuji Hagiwara2022-12-03 17:40:56 +0900
commit7270f90fcc88931f81ca8b5f81382001a320014c (patch)
tree55dfa56d47050376373a3accd53841cdbc7815e4
parentd9ecf1decacdc6ae985fd23a2fa764a4cd1e43b8 (diff)
downloadaur-7270f90fcc88931f81ca8b5f81382001a320014c.tar.gz
Update to 3.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b50d69ea90dc..2295b5af6a44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvswitch-dpdk
pkgdesc = Production Quality, Multilayer Open Virtual Switch, with DPDK feature
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = http://openvswitch.org
install = openvswitch.install
@@ -13,11 +13,11 @@ pkgbase = openvswitch-dpdk
optdepends = python-six
provides = openvswitch
options = debug
- source = http://openvswitch.org/releases/openvswitch-3.0.1.tar.gz
+ source = http://openvswitch.org/releases/openvswitch-3.0.2.tar.gz
source = openvswitch.tmpfiles
source = ovsdb-server.service
source = ovs-vswitchd.service
- sha256sums = e4a11716d0919f5b3239228b32badc109b561a5fe668b9547e143b0b195bbd68
+ sha256sums = 779e2e03ed32bfedace89c4b63ea3f12205ce11443db0302e1b6ad5b29ef57c9
sha256sums = e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9
sha256sums = fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b
sha256sums = 412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398
diff --git a/PKGBUILD b/PKGBUILD
index bfd5776b5ccf..e04b7c2585bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yuji Hagiwara <yuuzi41 at gmail dot com>
pkgname=openvswitch-dpdk
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Production Quality, Multilayer Open Virtual Switch, with DPDK feature"
url="http://openvswitch.org"
@@ -17,7 +17,7 @@ makedepends=('python-six')
optdepends=('python-six')
provides=('openvswitch')
options=('debug')
-sha256sums=('e4a11716d0919f5b3239228b32badc109b561a5fe668b9547e143b0b195bbd68'
+sha256sums=('779e2e03ed32bfedace89c4b63ea3f12205ce11443db0302e1b6ad5b29ef57c9'
'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
'412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398')