aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-28 16:05:57 +0200
committerJustin Berthault <justin.berthault@zaclys.net>2020-05-28 16:06:11 +0200
commitaec2d6c5240bd82d4833fddaa6f61bd75b744c61 (patch)
treeaea72d1a36a0c065cdc92f6602157d631e2d2599
parent07dedc7cc9dd67aeba5b6a83a12a876357e1963b (diff)
downloadalpine_aports-aec2d6c5240bd82d4833fddaa6f61bd75b744c61.tar.bz2
alpine_aports-aec2d6c5240bd82d4833fddaa6f61bd75b744c61.tar.xz
alpine_aports-aec2d6c5240bd82d4833fddaa6f61bd75b744c61.zip
community/catch2: upgrade to 2.12.2
-rw-r--r--community/catch2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/catch2/APKBUILD b/community/catch2/APKBUILD
index be35d76e5f..c6a2a6e79c 100644
--- a/community/catch2/APKBUILD
+++ b/community/catch2/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Bart Ribbers <bribbers@disroot.org> 1# Contributor: Bart Ribbers <bribbers@disroot.org>
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=catch2 3pkgname=catch2
4pkgver=2.12.1 4pkgver=2.12.2
5pkgrel=0 5pkgrel=0
6arch="noarch" 6arch="noarch"
7url="https://github.com/catchorg/Catch2" 7url="https://github.com/catchorg/Catch2"
@@ -31,4 +31,4 @@ package() {
31 DESTDIR="$pkgdir" cmake --build build --target install 31 DESTDIR="$pkgdir" cmake --build build --target install
32} 32}
33 33
34sha512sums="b9d4995fd6a2674aa420f64bb62213d127b86f293c349d39ec5b3880c17676fb1cf97d8fc6ab792990fe592d906cac98a128d0013787dd6469fd654d8fc3a288 catch2-v2.12.1.tar.gz" 34sha512sums="9ecc553a7e24c95759fd4c43caec635f4c07e6073aa247779ed953831aece4b31f0a34df3459427a010aa7c43304674d0bb67629c23376d105a4817367adb4f8 catch2-v2.12.2.tar.gz"