diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-03-25 14:01:54 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-03-25 14:27:53 (GMT) |
commit | 06837030627092eaafe0f3d187bd2af4ff010d2f (patch) | |
tree | c9877b1a3eb08406bc24af329fc8fc3e3cd020ff /src/tinyxml.mk | |
parent | 801361bdc430b722434b5d850339d0d0835a675a (diff) | |
download | mxe-06837030627092eaafe0f3d187bd2af4ff010d2f.zip mxe-06837030627092eaafe0f3d187bd2af4ff010d2f.tar.gz mxe-06837030627092eaafe0f3d187bd2af4ff010d2f.tar.bz2 |
fix some update macros for sourceforge packages
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 |