]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash-completion: upgrade 2.9 -> 2.10
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 19 Dec 2019 13:22:51 +0000 (14:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Dec 2019 08:45:03 +0000 (08:45 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bash-completion/bash-completion_2.10.bb [moved from meta/recipes-support/bash-completion/bash-completion_2.9.bb with 87% similarity]

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 cd2c4cbba80f1a0a97632cfea4e9452c9916bde4..041af7490ece2b6fdba05bc19eb033a52b7e2fc9 100644 (file)
@@ -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<pver>(?!2008).+)\.tar"
 UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"