bugfix for package cunit

This commit is contained in:
Volker Grabsch 2010-09-18 22:15:10 +02:00
parent f7bf89c27b
commit ecd6505c51
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/cunit/CUnit/$($(PKG)_VER
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
$(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cunit/files/cunit/) | \
$(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cunit/files/) | \
$(SED) -n 's,.*CUnit-\([0-9][^>]*\)-src\.tar.*,\1,p' | \
tail -1
endef