update version recognition of package glib

This commit is contained in:
Volker Grabsch 2010-05-26 11:24:19 +02:00
parent f0bb2e5b16
commit 86410a4444
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc gettext pcre libiconv zlib
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/browse/glib/refs/tags' | \
grep '<a href=' | \
$(SED) -n 's,.*<a[^>]*>\([0-9][^<]*\)<.*,\1,p' | \
$(SED) -n 's,.*<a[^>]*>glib-*\([0-9][^<]*\)<.*,\1,p' | \
grep -v '^2\.24\.' | \
head -1
endef