From e5e67159f473f9337da5de87e201e42427e09ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Silv=C3=A9n?= Date: Sat, 22 Mar 2014 18:41:32 +0100 Subject: [PATCH] package cppunit: update and change project website --- index.html | 2 +- src/cppunit.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6c108fed..e8614975 100644 --- a/index.html +++ b/index.html @@ -1238,7 +1238,7 @@ local-pkg-list: $(LOCAL_PKG_LIST) cppunit - CppUnit + CppUnit cunit diff --git a/src/cppunit.mk b/src/cppunit.mk index 28757df0..6ad71df2 100644 --- a/src/cppunit.mk +++ b/src/cppunit.mk @@ -3,11 +3,11 @@ PKG := cppunit $(PKG)_IGNORE := -$(PKG)_VERSION := 1.12.1 -$(PKG)_CHECKSUM := f1ab8986af7a1ffa6760f4bacf5622924639bf4a +$(PKG)_VERSION := 1.13.2 +$(PKG)_CHECKSUM := 0eaf8bb1dcf4d16b12bec30d0732370390d35e6f $(PKG)_SUBDIR := cppunit-$($(PKG)_VERSION) $(PKG)_FILE := cppunit-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL := http://dev-www.libreoffice.org/src/$($(PKG)_FILE) $(PKG)_DEPS := gcc define $(PKG)_UPDATE