cmake: Update to 3.21.2

This commit is contained in:
Biswapriyo Nath
2021-09-04 20:01:19 +05:30
committed by GitHub
parent 4333c0abc2
commit 77d475caca

View File

@@ -3,7 +3,7 @@
_realname=cmake
pkgname=("${_realname}" "${_realname}-emacs" "${_realname}-vim")
pkgver=3.21.1
pkgver=3.21.2
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@ depends=('gcc-libs'
'zlib')
options=('staticlibs' 'strip')
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('fac3915171d4dff25913975d712f76e69aef44bf738ba7b976793a458b4cfed4')
sha256sums=('94275e0b61c84bb42710f5320a23c6dcb2c6ee032ae7d2a616f53f68b3d21659')
# =========================================== #
build() {