mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/bash-completion: bump to version 2.17.0
Release notes since version 2.11:
https://github.com/scop/bash-completion/blob/2.17.0/CHANGELOG.md
The hash of COPYING changed due to whitespace (tab to space) formatting
changes. See:
56eeb3e0b1
Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
[Julien:
- update release notes link to use version tag
- add link to upstream commit updating COPYING
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
4f867f1039
commit
6490c97a5e
@@ -3056,6 +3056,7 @@ F: package/ubus/
|
||||
F: package/wolfssl/
|
||||
|
||||
N: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
|
||||
F: package/bash-completion/
|
||||
F: package/ccache/
|
||||
F: package/dos2unix/
|
||||
F: package/font-awesome/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 73a8894bad94dee83ab468fa09f628daffd567e8bef1a24277f1e9a0daf911ac bash-completion-2.11.tar.xz
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
sha256 dd9d825e496435fb3beba3ae7bea9f77e821e894667d07431d1d4c8c570b9e58 bash-completion-2.17.0.tar.xz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BASH_COMPLETION_VERSION = 2.11
|
||||
BASH_COMPLETION_VERSION = 2.17.0
|
||||
BASH_COMPLETION_SITE = https://github.com/scop/bash-completion/releases/download/$(BASH_COMPLETION_VERSION)
|
||||
BASH_COMPLETION_SOURCE = bash-completion-$(BASH_COMPLETION_VERSION).tar.xz
|
||||
BASH_COMPLETION_LICENSE = GPL-2.0
|
||||
|
||||
Reference in New Issue
Block a user