summaryrefslogtreecommitdiffstats
path: root/src/cppunit.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit.mk')
-rw-r--r--src/cppunit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit.mk b/src/cppunit.mk
index e4fe6f5..92a7b59 100644
--- a/src/cppunit.mk
+++ b/src/cppunit.mk
@@ -13,7 +13,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/cppunit/cppunit/$($(PKG)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cppunit/files/cppunit/) | \
+ $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cppunit/files/) | \
$(SED) -n 's,.*cppunit-\([0-9][^>]*\)\.tar.*,\1,p' | \
tail -1
endef