aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-21 23:48:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-21 23:55:03 +0100
commit3e68e5bc0e0c54154c52b8b30cef913fedb2f9f9 (patch)
treec5771b7ace5f29ebc9627208295895f9d496ee7f
parenta83b742f7efc57a05c370ca3e1e91fb822904fef (diff)
downloadalpine_aports-3e68e5bc0e0c54154c52b8b30cef913fedb2f9f9.tar.bz2
alpine_aports-3e68e5bc0e0c54154c52b8b30cef913fedb2f9f9.tar.xz
alpine_aports-3e68e5bc0e0c54154c52b8b30cef913fedb2f9f9.zip
main/cmake: upgrade to 3.16.3
-rw-r--r--main/cmake/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/cmake/APKBUILD b/main/cmake/APKBUILD
index 06d8d933c6..9af8b82910 100644
--- a/main/cmake/APKBUILD
+++ b/main/cmake/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Valery Kartel <valery.kartel@gmail.com> 1# Contributor: Valery Kartel <valery.kartel@gmail.com>
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=cmake 3pkgname=cmake
4pkgver=3.16.2 4pkgver=3.16.3
5pkgrel=0 5pkgrel=0
6pkgdesc="Cross-platform, open-source make system" 6pkgdesc="Cross-platform, open-source make system"
7url="https://www.cmake.org/" 7url="https://www.cmake.org/"
@@ -32,7 +32,6 @@ _parallel_opt() {
32} 32}
33 33
34build() { 34build() {
35 cd "$builddir"
36 # jsoncpp needs cmake to build so to avoid recursive build 35 # jsoncpp needs cmake to build so to avoid recursive build
37 # dependency, we use the bundled version of jsoncpp. 36 # dependency, we use the bundled version of jsoncpp.
38 # Do NOT remove --no-system-jsoncpp unless you consulted 37 # Do NOT remove --no-system-jsoncpp unless you consulted
@@ -49,7 +48,6 @@ build() {
49} 48}
50 49
51check() { 50check() {
52 cd "$builddir"
53 CTEST_OUTPUT_ON_FAILURE=TRUE bin/ctest 51 CTEST_OUTPUT_ON_FAILURE=TRUE bin/ctest
54} 52}
55 53
@@ -68,4 +66,4 @@ bashcomp() {
68 "$subpkgdir"/usr/share/bash-completion/ 66 "$subpkgdir"/usr/share/bash-completion/
69} 67}
70 68
71sha512sums="b5e68083713462400b38424bf1dbfe73d37a5fbe211fadac30c576246024a1d40f95fab7044804b7201a1bc2e7fd5b7093257e9534cd35538c8b274dc00f4b76 cmake-3.16.2.tar.gz" 69sha512sums="ca9e0a142369735ef6469afb97f4463c981404bd59c7d48c1ef454dd705460a31a5dcffa4949b84b1ac723f5b7e79d67b250126fb42e1f15dab0ac2a17603672 cmake-3.16.3.tar.gz"