diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2019-01-08 07:57:25 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2019-01-08 07:57:39 +0000 |
commit | 2eeb090e67fd01712b509e7dae03eaaf8f3a7cfb (patch) | |
tree | 5a08bbdd00d2d8cbd47857cd361b3fe8fc5f1282 /community/cpptest/APKBUILD | |
parent | 9c3ec3920485dd8a36c674330f6c10df6707ed33 (diff) | |
download | aports-2eeb090e67fd01712b509e7dae03eaaf8f3a7cfb.tar.bz2 aports-2eeb090e67fd01712b509e7dae03eaaf8f3a7cfb.tar.xz |
community/cpptest: update project url and license
Diffstat (limited to 'community/cpptest/APKBUILD')
-rw-r--r-- | community/cpptest/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cpptest/APKBUILD b/community/cpptest/APKBUILD index 102875a44b..da6ea10dc2 100644 --- a/community/cpptest/APKBUILD +++ b/community/cpptest/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> 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" |