From: Alexander Kanavin Date: Mon, 29 Aug 2016 14:30:11 +0000 (+0300) Subject: bash-completion: update to 2.4 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24495 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f23afc08141b48c4adea51820b9ad9a8fa21867;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bash-completion: update to 2.4 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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 5e6c1d8acf4..42719f14367 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(?!2008).+)\.tar" UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"