avoid all old 2.22.x versions of package glib

pull/13/head
Volker Grabsch 15 years ago
parent ab5c0a971f
commit 8f79dcb0b1

@ -34,6 +34,7 @@ define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
grep -v '2\.22\.' | \
head -1
endef

Loading…
Cancel
Save