From 3e6d392e02aea50f81d343d02edc0504a212c429 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 27 Feb 2019 10:31:35 +0000 Subject: [PATCH] openvswitch: bump to version 2.8.5 Signed-off-by: Yousong Zhou --- net/openvswitch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 96978f5c8..c629194dc 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=openvswitch -PKG_VERSION:=2.8.2 +PKG_VERSION:=2.8.5 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=COPYING @@ -20,7 +20,7 @@ PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ -PKG_HASH:=87b4a7e7134a44ce1f808d3415a2244b4518c2b0b2a42fa2f8231e592f13103d +PKG_HASH:=3aeb3e0dc1b56868f6d65b5fcea4414a799cd2209fc671154a2ccd6192a3e8a6 PKG_BUILD_DEPENDS:=python/host python-six/host