diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb index 2d9802eba6..07ddcc392f 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb +++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb @@ -14,7 +14,9 @@ SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz \ file://0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch \ " SRC_URI[sha256sum] = "a0faef8e401c143487b131b526df7541c1e33d9b8814642fa9dfe8bb250a9632" -UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases" + +UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/tags" +UPSTREAM_CHECK_REGEX = "releases/tag/v(?P\d+(\.\d+)+)" DEPENDS = "libnfnetlink openssl"