aboutsummaryrefslogtreecommitdiffstats
path: root/main/check
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2017-10-21 19:40:53 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2017-10-23 13:10:44 +0200
commit60308513b516a64047f4170e887d6f4bafc11bed (patch)
tree95b26af622a2e48e4c49992f967c680ff44c5dcf /main/check
parent0599e92c2f86ec23ad87c977e454fd503ba2955c (diff)
downloadaports-60308513b516a64047f4170e887d6f4bafc11bed.tar.bz2
aports-60308513b516a64047f4170e887d6f4bafc11bed.tar.xz
main/check: upgrade to 0.12.0
Diffstat (limited to 'main/check')
-rw-r--r--main/check/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/check/APKBUILD b/main/check/APKBUILD
index c58e48ad7d..b4a09cfa06 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.11.0
-pkgrel=1
+pkgver=0.12.0
+pkgrel=0
pkgdesc="A unit test framework for C"
url="https://libcheck.github.io/check/"
arch="all"
@@ -30,4 +30,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="69209487b6cae8ad143532d3a965f9d17762a0e09df781792f9307ad8a279ee8fc39be7cb7b8e08f4d88606c449e9a2e33bea2216e31d9eb82e8b778df69cd13 check-0.11.0.tar.gz"
+sha512sums="403454d166ddd4e25f96d6c52028f4173f4a5ad4a249dd782e3a8d5db1ad0178956d74577cf0d4c963a5a7d09077a59042a74f74d6b528b7212e18ab5def1dd9 check-0.12.0.tar.gz"