From 053f821e7f3c9dc6c4d79a8f1bb8ed5a4d307b8b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 8 Sep 2016 20:39:19 +0200 Subject: [PATCH] SRPMSVERSIONS: fix for flashplugin version retrieval --- SRPMSVERSIONS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRPMSVERSIONS b/SRPMSVERSIONS index ab03d33..ea7ca7b 100644 --- a/SRPMSVERSIONS +++ b/SRPMSVERSIONS @@ -3,7 +3,7 @@ SRPMVERSION["b43-firmware"]=4.150.10.5 SRPMRELEASE["b43-firmware"]=1mamba # flashplugin if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "flashplugin" ]; then - SRPMVERSION["flashplugin"]="`curl --max-time 20 -s http://www.adobe.com/software/flash/about/ | grep -A2 "Linux" | tail -n1 | sed -e 's/[[:space:]]*<[^>][^>]*>//g;s/[[:space:]]//' 2>/dev/null`" + SRPMVERSION["flashplugin"]="`curl --max-time 20 -s http://www.adobe.com/software/flash/about/ | grep -A3 "Linux" | tail -n1 | sed -e 's/[[:space:]]*<[^>][^>]*>//g;s/[[:space:]]//' 2>/dev/null`" SRPMRELEASE["flashplugin"]=1mamba fi # msttcorefonts