Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] bash-completion: fix upstream version check
@ 2016-06-09  9:42 Alexander Kanavin
  2016-06-09  9:42 ` [PATCH 2/2] python3-pygobject: only check for even upstream versions Alexander Kanavin
  2016-06-09 10:15 ` [PATCH 1/2] bash-completion: fix upstream version check Burton, Ross
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Kanavin @ 2016-06-09  9:42 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-support/bash-completion/bash-completion_2.1.bb | 1 +
 1 file changed, 1 insertion(+)

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 8b257d2..9877720 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<pver>(?!2008).+)\.tar"
+UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"
 
 PARALLEL_MAKE = ""
 
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-09 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09  9:42 [PATCH 1/2] bash-completion: fix upstream version check Alexander Kanavin
2016-06-09  9:42 ` [PATCH 2/2] python3-pygobject: only check for even upstream versions Alexander Kanavin
2016-06-09 10:15 ` [PATCH 1/2] bash-completion: fix upstream version check Burton, Ross
2016-06-09 10:19   ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox