summaryrefslogtreecommitdiffstats
path: root/src/glib.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/glib.mk')
-rw-r--r--src/glib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glib.mk b/src/glib.mk
index e390afc..a2eb937 100644
--- a/src/glib.mk
+++ b/src/glib.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_
$(PKG)_DEPS := gcc gettext pcre libiconv zlib
define $(PKG)_UPDATE
- wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \
+ wget -q -O- 'http://git.gnome.org/browse/glib/refs/tags' | \
grep '<a href=' | \
$(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
grep -v '^2\.22\.' | \