diff options
Diffstat (limited to 'src/expat.mk')
-rw-r--r-- | src/expat.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expat.mk b/src/expat.mk index ff23ff0..d8457a1 100644 --- a/src/expat.mk +++ b/src/expat.mk @@ -13,7 +13,7 @@ $(PKG)_DEPS := cc define $(PKG)_UPDATE $(WGET) -q -O- 'https://sourceforge.net/projects/expat/files/expat/' | \ - $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \ + $(SED) -n 's,.*/projects/.*/\([0-9][^"]*\)/".*,\1,p' | \ head -1 endef |