aboutsummaryrefslogtreecommitdiff
path: root/community/catch2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/catch2/APKBUILD')
-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"