aboutsummaryrefslogtreecommitdiffstats
path: root/main/check
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-22 14:47:24 -0300
committerSören Tempel <soeren+git@soeren-tempel.net>2019-10-25 17:34:28 +0200
commitfaf09c4120a1feab5d6abf85835f5bbb70584741 (patch)
tree426b2ddc53375ba658e07d672285d858842d1c34 /main/check
parentab36e7074a5621689557c29710c6d95753197b2a (diff)
downloadaports-faf09c4120a1feab5d6abf85835f5bbb70584741.tar.bz2
aports-faf09c4120a1feab5d6abf85835f5bbb70584741.tar.xz
main/check: upgrade to 0.13.0
Diffstat (limited to 'main/check')
-rw-r--r--main/check/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/check/APKBUILD b/main/check/APKBUILD
index 39163b7329..470c825ece 100644
--- a/main/check/APKBUILD
+++ b/main/check/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=check
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=0
pkgdesc="A unit test framework for C"
url="https://libcheck.github.io/check/"
arch="all"
@@ -10,7 +10,7 @@ license="LGPL-2.0-or-later"
makedepends="pkgconfig"
checkdepends="diffutils gawk"
subpackages="$pkgname-doc $pkgname-dev"
-source="https://github.com/libcheck/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
+source="https://github.com/libcheck/check/releases/download/$pkgver/check-$pkgver.tar.gz"
build() {
cd "$builddir"
@@ -34,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="403454d166ddd4e25f96d6c52028f4173f4a5ad4a249dd782e3a8d5db1ad0178956d74577cf0d4c963a5a7d09077a59042a74f74d6b528b7212e18ab5def1dd9 check-0.12.0.tar.gz"
+sha512sums="9e3a3b4b2e1aae02f6481a3d944a5a9216c1f03d85a2bbd63c05d047095fe16b78e5c4094b464fe531650daba24c58d7343f7ec059ce0e127e9aff1ff86213d0 check-0.13.0.tar.gz"