summaryrefslogtreecommitdiffstats
path: root/src/cppunit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit.mk')
-rw-r--r--src/cppunit.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cppunit.mk b/src/cppunit.mk
index 0620829..c54cbb6 100644
--- a/src/cppunit.mk
+++ b/src/cppunit.mk
@@ -10,10 +10,9 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/cppunit/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q -O- 'http://sourceforge.net/project/showfiles.php?group_id=11795&package_id=11019' | \
- grep 'cppunit-' | \
+ $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cppunit/files/cppunit/) | \
$(SED) -n 's,.*cppunit-\([0-9][^>]*\)\.tar.*,\1,p' | \
- head -1
+ tail -1
endef
define $(PKG)_BUILD