diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2024-02-21 08:41:19 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2024-02-22 09:31:44 +0800 |
commit | 4d1c7a144ab06dfdad6b11a90a364e7f88a976c3 (patch) | |
tree | f2297dad1e4baf53db16544cf5a6950e909d811e /net/ovn/Makefile | |
parent | 7ccbb9a66cfadba035e2ad95a7931877e5faf504 (diff) |
ovn: bump to 22.03.5
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/ovn/Makefile')
-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 999986f93..186fb9596 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:=22.03.0 +PKG_VERSION:=22.03.5 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:=eb494796a7a21e7c1ba5b3f60c037385eb5f0c33007ebc627437f36187f860fe +PKG_MIRROR_HASH:=2fce32762c4f8f21ba10f2d41924188cd995bea56eb9a09a7a119b15b9c60224 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE |