diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2022-03-23 06:47:41 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2022-03-24 12:53:31 +0800 |
commit | b1b37995e1dcd88e41bfc802943ebe4d701a7276 (patch) | |
tree | 2813dda34288ec78048086da6efab45a827f423d /net/openvswitch/Makefile | |
parent | ede6c7f020b9fde4d92abaa7a520f0be5afc5216 (diff) |
openvswitch: bump to version 2.17.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index e6a23aadc..a10fb8572 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -20,7 +20,7 @@ PKG_VERSION:=$(ovs_version) PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.openvswitch.org/releases/ -PKG_HASH:=015e77a520c380b080b3fb5a4c73e34ef40c08aa05d7049c73719db75b6adc79 +PKG_HASH:=e03bfab7ca82d81a7d3a36de4f390a3b5210e3f39657671f922877cd4ea6dc73 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |