summaryrefslogtreecommitdiffstats
path: root/src/gdk-pixbuf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r--src/gdk-pixbuf.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index 4a054f6..99abce9 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -12,9 +12,8 @@ $(PKG)_URL := https://download.gnome.org/sources/gdk-pixbuf/$(call SHORT_PK
$(PKG)_DEPS := cc glib jasper jpeg libiconv libpng tiff
define $(PKG)_UPDATE
- $(WGET) -q -O- 'https://git.gnome.org/browse/gdk-pixbuf/refs/tags' | \
- grep '<a href=' | \
- $(SED) -n 's,.*<a[^>]*>\([0-9]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
+ $(WGET) -q -O- 'https://gitlab.gnome.org/GNOME/gdk-pixbuf/tags' | \
+ $(SED) -n "s,.*<a [^>]\+>v\?\([0-9]\+\.[0-9.]\+\)<.*,\1,p" | \
grep -v '^2\.9' | \
head -1
endef