diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-20 06:51:01 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-06-20 08:35:31 +0000 |
commit | 6aef8faae709f726324f9ce634a5582a2f946b71 (patch) | |
tree | aeb942759edb10f77078c140a0f8ae7d080e852f /net/openvswitch/Makefile | |
parent | 51a68f08c56e2e1f32f2ccecd10b8c8e6f863b2c (diff) |
openvswitch: bump to version 2.11.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index f8722ee0e..7e7b25cfb 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -15,11 +15,11 @@ include $(INCLUDE_DIR)/kernel.mk # - Check and update kmod dependencies when necessary (runtime module load check in the least) # PKG_NAME:=openvswitch -PKG_VERSION:=2.11.0 -PKG_RELEASE:=3 +PKG_VERSION:=2.11.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ -PKG_HASH:=f4b01d7376d7298bc6e7fa7a6067229ca7c7e299394e5ea9aff651d52edfdbee +PKG_HASH:=c1296ae44a7b176150915e33bc497cc0a7a02caeba84ea43ce9b6a2509d9b5dc PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |