From 95d5b1d804fa79a6f9ab3bbfc78e37c46fa9f694 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Feb 2021 15:19:23 -0800 Subject: [PATCH] keepalived: Upgrade to 2.2.1 Signed-off-by: Khem Raj --- .../keepalived/{keepalived_2.1.5.bb => keepalived_2.2.1.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta-networking/recipes-daemons/keepalived/{keepalived_2.1.5.bb => keepalived_2.2.1.bb} (92%) diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.1.bb similarity index 92% rename from meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb rename to meta-networking/recipes-daemons/keepalived/keepalived_2.2.1.bb index 1230fcaee2..a778d26097 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb +++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.1.bb @@ -11,9 +11,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" -SRC_URI[md5sum] = "27e1cfff5b8dd95062ad415957e663e5" -SRC_URI[sha256sum] = "d94d7ccbc5c95ab39c95a0e5ae89a25a224f39b6811f2930d3a1885a69732259" - +SRC_URI[sha256sum] = "91186f20c83ffc48d7a15a9a6e2329ed4feeb2dcb51f4aa9672c8840190ea741" UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases" DEPENDS = "libnfnetlink openssl"