diff options
Diffstat (limited to 'src/tinyxml.mk')
-rw-r--r-- | src/tinyxml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tinyxml.mk b/src/tinyxml.mk index bc840f6..c883156 100644 --- a/src/tinyxml.mk +++ b/src/tinyxml.mk @@ -14,7 +14,7 @@ $(PKG)_MESSAGE :=*** tinyxml is deprecated - please use tinyxml2 *** define $(PKG)_UPDATE $(WGET) -q -O- 'https://sourceforge.net/projects/tinyxml/files/tinyxml/' | \ - $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \ + $(SED) -n 's,.*/projects/.*/\([0-9][^"]*\)/".*,\1,p' | \ head -1 endef |