changeset 1161:aa64f7a5d866

bugfix for package cunit
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 18 Sep 2010 21:59:43 +0200
parents 69413ab30653
children 34477d31b191
files src/cunit.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cunit.mk	Sat Sep 18 21:59:04 2010 +0200
+++ b/src/cunit.mk	Sat Sep 18 21:59:43 2010 +0200
@@ -8,13 +8,13 @@
 $(PKG)_CHECKSUM := 05920c1defda3527cee3bc82fb9eadf45c5ea7a1
 $(PKG)_SUBDIR   := CUnit-$($(PKG)_VERSION)
 $(PKG)_FILE     := CUnit-$($(PKG)_VERSION)-src.tar.gz
-$(PKG)_WEBSITE  := http://cunit.sourceforge.net
+$(PKG)_WEBSITE  := http://cunit.sourceforge.net/
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/cunit/CUnit/$($(PKG)_VERSION)/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
     $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/cunit/files/cunit/) | \
-    $(SED) -n 's,.*CUnit-\([0-9][^>]*\)\.tar.*,\1,p' | \
+    $(SED) -n 's,.*CUnit-\([0-9][^>]*\)-src\.tar.*,\1,p' | \
     tail -1
 endef