diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-22 03:58:32 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-25 14:21:47 -0700 |
commit | 46aaf0596119a1daaf3265160653b34d2736b2cd (patch) | |
tree | 5544be51bd00065cf2ca5e922d7349a00afb343d /meta-networking/recipes-daemons/keepalived | |
parent | 1929ba31fb980311973d473b0e8578864b131bf5 (diff) | |
download | meta-openembedded-46aaf0596119a1daaf3265160653b34d2736b2cd.tar.gz |
keepalived: update to 2.0.16
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/keepalived')
-rw-r--r-- | meta-networking/recipes-daemons/keepalived/keepalived_2.0.16.bb (renamed from meta-networking/recipes-daemons/keepalived/keepalived_2.0.15.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.0.15.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.0.16.bb index 9a20e02db6..5257c5cfe2 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived_2.0.15.bb +++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.0.16.bb | |||
@@ -11,8 +11,8 @@ LICENSE = "GPLv2" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
12 | 12 | ||
13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" | 13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz" |
14 | SRC_URI[md5sum] = "68413d76fc23191ddd66246d498e19b5" | 14 | SRC_URI[md5sum] = "03f202eace2ad392c61ced15bb710e24" |
15 | SRC_URI[sha256sum] = "933ee01bc6346aa573453b998f87510d3cce4aba4537c9642b24e6dbfba5c6f4" | 15 | SRC_URI[sha256sum] = "f0c7dc86147a286913c1c2c918f557735016285d25779d4d2fce5732fcb888df" |
16 | 16 | ||
17 | DEPENDS = "libnfnetlink openssl" | 17 | DEPENDS = "libnfnetlink openssl" |
18 | 18 | ||