cmake: Update to 3.21.4

This commit is contained in:
Biswapriyo Nath 2021-10-28 14:04:23 +05:30 committed by GitHub
parent bf3e455972
commit 1b172a7b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
_realname=cmake
pkgname=("${_realname}" "${_realname}-emacs" "${_realname}-vim")
pkgver=3.21.3
pkgver=3.21.4
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=('d14d06df4265134ee42c4d50f5a60cb8b471b7b6a47da8e5d914d49dd783794f')
sha256sums=('d9570a95c215f4c9886dd0f0564ca4ef8d18c30750f157238ea12669c2985978')
# =========================================== #
build() {