improved coding style

This commit is contained in:
Volker Grabsch 2011-04-22 16:56:03 +02:00
parent 036a123118
commit 10306464dd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc gettext libpng jpeg tiff jasper glib atk pango cairo gdk-
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/browse/gtk+/refs/tags' | \
grep '<a href=' | \
$(SED) -n 's,.*<a[^>]*>\([2]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
$(SED) -n 's,.*<a[^>]*>\(2\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
grep -v '^2\.9' | \
head -1
endef