aboutsummaryrefslogtreecommitdiffstats
path: root/main/cmake
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-08 08:29:17 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-14 17:25:32 +0000
commit3d05bddf4ebf6c44486f2e815a00f7172beb50d6 (patch)
tree571f0b63570e7dedb0aa6022b2fa000bd8a310fd /main/cmake
parentecb0c026c1e26573a728bdc6bf2fe0392c2aa7ca (diff)
downloadaports-3d05bddf4ebf6c44486f2e815a00f7172beb50d6.tar.bz2
aports-3d05bddf4ebf6c44486f2e815a00f7172beb50d6.tar.xz
main/cmake: upgrade to 3.15.2
Closes GH-9949
Diffstat (limited to 'main/cmake')
-rw-r--r--main/cmake/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/cmake/APKBUILD b/main/cmake/APKBUILD
index ba7f2148ef..c9fbcb34ea 100644
--- a/main/cmake/APKBUILD
+++ b/main/cmake/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=cmake
-pkgver=3.15.1
+pkgver=3.15.2
pkgrel=0
pkgdesc="Cross-platform, open-source make system"
url="https://www.cmake.org/"
@@ -18,7 +18,7 @@ case $pkgver in
*.*.*) _v=v${pkgver%.*};;
esac
-source="https://www.cmake.org/files/$_v/cmake-${pkgver}.tar.gz
+source="https://www.cmake.org/files/$_v/cmake-$pkgver.tar.gz
"
_parallel_opt() {
@@ -68,4 +68,4 @@ bashcomp() {
"$subpkgdir"/usr/share/bash-completion/
}
-sha512sums="6900a84c7764034331fb6f00801841a7a3e667ac39813c35ceb3db983b33a5bf6addbbc8539c39a0c0be9e10204c79d6236886a9d50ce901a56275b53619ec73 cmake-3.15.1.tar.gz"
+sha512sums="154494fe4c8673c3b17a6f1823c55f06fbb35d7ea048b63a5c3e3157108f222693cf1606c879a3cf425edea686dfe19e27974b338e5d281ec118b1a51c632ccc cmake-3.15.2.tar.gz"