Skip to content
Snippets Groups Projects
Verified Commit 0267abb4 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/cmake: bump to 3.12.1

parent 335289b7
No related branches found
No related tags found
No related merge requests found
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=cmake
pkgver=3.11.4
pkgver=3.12.1
pkgrel=0
pkgdesc="Cross-platform build system"
url="http://www.cmake.org"
url="https://cmake.org"
arch="all"
options="!checkroot"
license="CMake"
makedepends="ncurses-dev curl-dev expat-dev zlib-dev bzip2-dev libarchive-dev
libuv-dev xz-dev rhash-dev"
options="!checkroot"
checkdepends="musl-utils file"
subpackages="$pkgname-doc"
......@@ -18,7 +18,7 @@ case $pkgver in
*.*.*) _v=v${pkgver%.*};;
esac
source="http://www.cmake.org/files/$_v/cmake-${pkgver}.tar.gz"
source="https://cmake.org/files/$_v/cmake-${pkgver}.tar.gz"
_parallel_opt() {
local i n
......@@ -55,4 +55,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="c5d03ad66a004292038e49e391c390ebc328fbb089ea699742a9b75f0ada9398c3dc971b868f75d8438bf437ecbeaa62541beb53cae14a699bf244ad101a2290 cmake-3.11.4.tar.gz"
sha512sums="7a0a769ef060785a8dc8c6aa272435a90a07cc8079f6c83c916da0b79d8bcdefca0d7be21f55f408ab4dfa6a57caa9ff8dec4be993145f4e3337ff392481b692 cmake-3.12.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment