Compare commits

...

2 Commits

Author SHA1 Message Date
742f98e95e Release 3.0.7 2016-09-09 14:01:48 +02:00
d5b9531005 SRPMSVERSIONS: fix for flashplugin version retrieval 2016-09-09 12:25:19 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
VERSION = 3.0.5
VERSION = 3.0.7