# HG changeset patch # User John Donoghue # Date 1527164909 14400 # Node ID 8b0cb58cc3df635bc07528b9992d94a6b23fdb18 # Parent f1578ab72f30459f9aa07b5b64683c28251b60aa * src/gdk-pixbuf.mk: update update function diff -r f1578ab72f30 -r 8b0cb58cc3df src/gdk-pixbuf.mk --- a/src/gdk-pixbuf.mk Thu May 24 08:09:34 2018 -0400 +++ b/src/gdk-pixbuf.mk Thu May 24 08:28:29 2018 -0400 @@ -14,11 +14,9 @@ endif define $(PKG)_UPDATE - $(WGET) -q -O- 'http://git.gnome.org/browse/gdk-pixbuf/refs/tags' | \ - grep ']*>\([0-9]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \ - grep -v '^2\.9' | \ - head -1 + $(WGET) -q -O- 'https://github.com/GNOME/gdk-pixbuf/tags' | \ + $(SED) -n 's|.*releases/tag/\([^"]*\).*|\1|p' | $(SORT) -V | \ + tail -1 endef $(PKG)_EXTRA_CONFIGURE_OPTIONS :=