# HG changeset patch # User John Donoghue # Date 1527872379 14400 # Node ID 3f65a9fa9ad0854ee8289006eacd1f7b80d46061 # Parent ebd7abf4b0d7ce47ad8814cb0fc4fcd43b290b29 * src/libxml++.mk: update to use more up to date gnome repo diff -r ebd7abf4b0d7 -r 3f65a9fa9ad0 src/libxml++.mk --- 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