changeset 959:1d94aad6a410

ignore beta versions of package gtk
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 13 May 2010 17:32:58 +0200
parents 3720ba3026c8
children c0a52c809cb7
files src/gtk.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtk.mk	Wed May 12 01:58:55 2010 +0200
+++ b/src/gtk.mk	Thu May 13 17:32:58 2010 +0200
@@ -16,6 +16,7 @@
     wget -q -O- 'http://git.gnome.org/browse/gtk+/refs/tags' | \
     grep '<a href=' | \
     $(SED) -n 's,.*<a[^>]*>\([0-9]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
+    grep -v '^2\.9' | \
     head -1
 endef