From 2eeb090e67fd01712b509e7dae03eaaf8f3a7cfb Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 8 Jan 2019 07:57:25 +0000 Subject: [PATCH] community/cpptest: update project url and license --- community/cpptest/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/cpptest/APKBUILD b/community/cpptest/APKBUILD index 102875a44be..da6ea10dc21 100644 --- a/community/cpptest/APKBUILD +++ b/community/cpptest/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Roberto Oliveira pkgname=cpptest pkgver=2.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Portable and powerful unit testing framework for handling automated tests in C++" -url="http://cpptest.sourceforge.net/" +url="https://github.com/cpptest/cpptest" arch="all" -license="LGPL" +license="LGPL-2.0-or-later" subpackages="$pkgname-dev" source="https://github.com/cpptest/cpptest/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver"