summaryrefslogtreecommitdiffstats
path: root/src/mingw-utils.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mingw-utils.mk')
-rw-r--r--src/mingw-utils.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mingw-utils.mk b/src/mingw-utils.mk
index a987893..c38d409 100644
--- a/src/mingw-utils.mk
+++ b/src/mingw-utils.mk
@@ -13,9 +13,9 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/mingw/MinGW/Utilities/$(
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/mingw/files/MinGW/Utilities/mingw-utils/) | \
- $(SED) -n 's,.*mingw-utils-\([0-9][^>]*\)-mingw32-src\.tar.*,\1,p' | \
- tail -1
+ wget -q -O- 'http://sourceforge.net/projects/mingw/files/MinGW/Utilities/mingw-utils/' | \
+ $(SED) -n 's,.*mingw-utils-\([0-9][^"]*\)/".*,\1,p' | \
+ head -1
endef
define $(PKG)_BUILD