Browse Source

openvswitch: bump to version 2.9.2

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 6 years ago
parent
commit
02fa673f82
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/openvswitch/Makefile

+ 3
- 3
net/openvswitch/Makefile View File

@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=openvswitch
PKG_VERSION:=2.8.2
PKG_RELEASE:=2
PKG_VERSION:=2.9.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.openvswitch.org/releases/
PKG_HASH:=87b4a7e7134a44ce1f808d3415a2244b4518c2b0b2a42fa2f8231e592f13103d
PKG_HASH:=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save