changeset 4724:3f65a9fa9ad0

* src/libxml++.mk: update to use more up to date gnome repo
author John Donoghue
date Fri, 01 Jun 2018 12:59:39 -0400
parents ebd7abf4b0d7
children 12bfaba26c8d
files src/libxml++.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/libxml++.mk	Fri Jun 01 12:42:02 2018 -0400
+++ b/src/libxml++.mk	Fri Jun 01 12:59:39 2018 -0400
@@ -11,8 +11,8 @@
 $(PKG)_DEPS     := libxml2 glibmm
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- https://github.com/GNOME/libxmlplusplus/tags | \
-    $(SED) -n 's|.*releases/tag/\([^"]*\).*|\1|p' | $(SORT) -V | \
+    $(WGET) -q -O- https://gitlab.gnome.org/GNOME/libxmlplusplus/tags | \
+    $(SED) -n 's|.*/tags/\([0-9][^"]*\).*|\1|p' | $(SORT) -V | \
     tail -1
 endef