diff mbox series

[01/48] bash-completion: upgrade 2.11 -> 2.12.0

Message ID 1709105575-24259-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 64c0587b69b7fbd2f758cc6907e8c2f226b4a8b3
Headers show
Series [01/48] bash-completion: upgrade 2.11 -> 2.12.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 28, 2024, 7:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{bash-completion_2.11.bb => bash-completion_2.12.0.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-support/bash-completion/{bash-completion_2.11.bb => bash-completion_2.12.0.bb} (83%)

Comments

Alexander Kanavin Feb. 28, 2024, 9:51 a.m. UTC | #1
Thank you for sending these patchsets regularly, it's much
appreciated. We struggle to keep up with upstream releases, and this
work helps a lot.

Alex

On Wed, 28 Feb 2024 at 08:33, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 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>
> ---
>  .../{bash-completion_2.11.bb => bash-completion_2.12.0.bb}   | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta/recipes-support/bash-completion/{bash-completion_2.11.bb => bash-completion_2.12.0.bb} (83%)
>
> diff --git a/meta/recipes-support/bash-completion/bash-completion_2.11.bb b/meta/recipes-support/bash-completion/bash-completion_2.12.0.bb
> 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 19bc81619f..66f65f565c 100644
> --- a/meta/recipes-support/bash-completion/bash-completion_2.11.bb
> +++ b/meta/recipes-support/bash-completion/bash-completion_2.12.0.bb
> @@ -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 = ""
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#196327): https://lists.openembedded.org/g/openembedded-core/message/196327
> Mute This Topic: https://lists.openembedded.org/mt/104619601/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-support/bash-completion/bash-completion_2.11.bb b/meta/recipes-support/bash-completion/bash-completion_2.12.0.bb
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 19bc81619f..66f65f565c 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.11.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.12.0.bb
@@ -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 = ""