]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
bash-completion: upgrade 2.11 -> 2.12.0
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 28 Feb 2024 07:32:08 +0000 (15:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Feb 2024 10:26:14 +0000 (10:26 +0000)
License-Update:
 docs(COPYING): use unmodified upstream license file

Changelog:
 https://github.com/scop/bash-completion/releases/tag/2.12.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bash-completion/bash-completion_2.12.0.bb [moved from meta/recipes-support/bash-completion/bash-completion_2.11.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-support/bash-completion/bash-completion_2.11.bb
rename to meta/recipes-support/bash-completion/bash-completion_2.12.0.bb
index 19bc81619f7e0dec99a8c8db0c0ac1860d8fa9f6..66f65f565cdfcfe6e585491690e10e389a54888f 100644 (file)
@@ -8,14 +8,13 @@ HOMEPAGE = "https://github.com/scop/bash-completion"
 BUGTRACKER = "https://github.com/scop/bash-completion/issues"
 
 LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SECTION = "console/utils"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "2514c6772d0de6254758b98c53f91861"
-SRC_URI[sha256sum] = "73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac"
+SRC_URI[sha256sum] = "3eb05b1783c339ef59ed576afb0f678fa4ef49a6de8a696397df3148f8345af9"
 GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"
 
 PARALLEL_MAKE = ""