[oe-commits] [openembedded-core] 05/51: bash-completion: update to 2.4

git at git.openembedded.org git at git.openembedded.org
Tue Aug 30 15:31:59 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 87119034515d3cbfc79c6013fc442af9095c8ecc
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Aug 29 17:30:11 2016 +0300

    bash-completion: update to 2.4
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../{bash-completion_2.3.bb => bash-completion_2.4.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/bash-completion/bash-completion_2.3.bb b/meta/recipes-support/bash-completion/bash-completion_2.4.bb
similarity index 88%
rename from meta/recipes-support/bash-completion/bash-completion_2.3.bb
rename to meta/recipes-support/bash-completion/bash-completion_2.4.bb
index 5e6c1d8..42719f1 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.3.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.4.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] = "6697dc47adfe70cab5023b7b8186ad57"
-SRC_URI[sha256sum] = "b2e081af317f3da4fff3a332bfdbebeb5514ebc6c2d2a9cf781180acab15e8e9"
+SRC_URI[md5sum] = "1ea94864fb2b2446fbbdf82f10bd25df"
+SRC_URI[sha256sum] = "c0f76b5202fec9ef8ffba82f5605025ca003f27cfd7a85115f838ba5136890f6"
 UPSTREAM_CHECK_REGEX = "bash-completion-(?P<pver>(?!2008).+)\.tar"
 UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list