diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-07-14 20:50:21 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-07-14 21:25:20 +0800 |
commit | 74d78af9363b85c8296ee39bc7d7cb75b3c9ee74 (patch) | |
tree | c1e9259bc2b489d8cf9e7a17f3d3bdbd4483817f | |
parent | 7a98f0b370147b6b592495da0b3dffc1160c0e47 (diff) |
ovn: bump to version 20.06.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r-- | net/ovn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ovn/Makefile b/net/ovn/Makefile index c74222922..252158fc0 100644 --- a/net/ovn/Makefile +++ b/net/ovn/Makefile @@ -9,13 +9,13 @@ include $(INCLUDE_DIR)/kernel.mk include ../openvswitch/openvswitch.mk PKG_NAME:=ovn -PKG_VERSION:=20.06.0 +PKG_VERSION:=20.06.1 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ovn-org/ovn.git PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=06236ee393a64e1a7d400a12379acdcc58ae55ee1e6fe9e9475646f2bcb9d03d +PKG_MIRROR_HASH:=046002c271fd29c496be53b5673a7ede6f381343bef49732e9bd17ed1454940e PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |