From: Alexander Kanavin Date: Thu, 19 Dec 2019 13:22:51 +0000 (+0100) Subject: bash-completion: upgrade 2.9 -> 2.10 X-Git-Tag: uninative-2.8~717 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2348e90141fd10a19974de7f0eb7125e0fe164f3;p=openembedded-core.git bash-completion: upgrade 2.9 -> 2.10 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/bash-completion/bash-completion_2.9.bb b/meta/recipes-support/bash-completion/bash-completion_2.10.bb similarity index 87% rename from meta/recipes-support/bash-completion/bash-completion_2.9.bb rename to meta/recipes-support/bash-completion/bash-completion_2.10.bb index cd2c4cbba8..041af7490e 100644 --- a/meta/recipes-support/bash-completion/bash-completion_2.9.bb +++ b/meta/recipes-support/bash-completion/bash-completion_2.10.bb @@ -9,8 +9,8 @@ SECTION = "console/utils" SRC_URI = "https://github.com/scop/bash-completion/releases/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "60139333b25c4d54ad40323b701be130" -SRC_URI[sha256sum] = "d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5" +SRC_URI[md5sum] = "f376ae3266cc70017aa833c39b76f984" +SRC_URI[sha256sum] = "123c17998e34b937ce57bb1b111cd817bc369309e9a8047c0bcf06ead4a3ec92" UPSTREAM_CHECK_REGEX = "bash-completion-(?P(?!2008).+)\.tar" UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"