Merge pull request #4106 from lazka/cmake-3.27.7

cmake: Update to 3.27.7
This commit is contained in:
Christoph Reiter 2023-10-19 09:12:23 +02:00 committed by GitHub
commit 06bd948db8
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.27.6
pkgver=3.27.7
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
@ -38,7 +38,7 @@ depends=('gcc-libs'
'cppdap')
options=('staticlibs' 'strip')
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('ef3056df528569e0e8956f6cf38806879347ac6de6a4ff7e4105dc4578732cfb')
sha256sums=('08f71a106036bf051f692760ef9558c0577c42ac39e96ba097e7662bd4158d8e')
# =========================================== #
build() {