From edcace9494ad0a0de06ad652829d5a5b02f91124 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 4 Mar 2015 20:35:49 +0100 Subject: [PATCH] chromium-pepper-flash: fix check for latest version --- SRPMSVERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRPMSVERSIONS b/SRPMSVERSIONS index 070cb54..33c06f0 100644 --- a/SRPMSVERSIONS +++ b/SRPMSVERSIONS @@ -23,5 +23,5 @@ SRPMRELEASE["virtualbox-extension-pack"]=1mamba SRPMVERSION["win32codecs"]=20110131 SRPMRELEASE["win32codecs"]=1mamba # chromium-pepper-flash -SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep -m 1 "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`" +SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep -i -m 1 "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`" SRPMRELEASE["chromium-pepper-flash"]=1mamba