Merge pull request #3985 from lazka/cmake-3.27.4

cmake: Update to 3.27.4
This commit is contained in:
Christoph Reiter 2023-08-29 07:46:53 +02:00 committed by GitHub
commit 6fe91e8b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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