cmake: Update to 3.27.4

This commit is contained in:
Christoph Reiter
2023-08-28 21:59:33 +02:00
parent 8e5bc8c7d7
commit b9743bc098

View File

@@ -3,7 +3,7 @@
_realname=cmake
pkgname=("${_realname}" "${_realname}-emacs" "${_realname}-vim")
pkgver=3.26.4
pkgver=3.27.4
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
@@ -34,10 +34,11 @@ depends=('gcc-libs'
'libuv'
'ncurses'
'pkgconf'
'zlib')
'zlib'
'cppdap')
options=('staticlibs' 'strip')
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208')
sha256sums=('0a905ca8635ca81aa152e123bdde7e54cbe764fdd9a70d62af44cad8b92967af')
# =========================================== #
build() {