From: Alexander Kanavin Date: Thu, 9 Jun 2016 09:42:47 +0000 (+0300) Subject: bash-completion: fix upstream version check X-Git-Tag: uninative-1.3~725 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8093cc5649b8a827f9ebb70858cfc1d0f9f264b2;p=openembedded-core.git bash-completion: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/bash-completion/bash-completion_2.1.bb b/meta/recipes-support/bash-completion/bash-completion_2.1.bb index 8b257d2d10..987772005a 100644 --- a/meta/recipes-support/bash-completion/bash-completion_2.1.bb +++ b/meta/recipes-support/bash-completion/bash-completion_2.1.bb @@ -12,6 +12,7 @@ SRC_URI="http://bash-completion.alioth.debian.org/files/${BPN}-${PV}.tar.bz2" SRC_URI[md5sum] = "4e2a9f11a4042a38ee79ddcd048e8b9e" SRC_URI[sha256sum] = "2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f" UPSTREAM_CHECK_REGEX = "bash-completion-(?P(?!2008).+)\.tar" +UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases" PARALLEL_MAKE = ""