Merge pull request #3703 from lazka/cmake-3.26.2

cmake: Update to 3.26.2
This commit is contained in:
Christoph Reiter 2023-03-30 10:04:23 +02:00 committed by GitHub
commit 4d8f0b314f
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.26.1
pkgver=3.26.2
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
@ -37,7 +37,7 @@ depends=('gcc-libs'
'zlib')
options=('staticlibs' 'strip')
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('f29964290ad3ced782a1e58ca9fda394a82406a647e24d6afd4e6c32e42c412f')
sha256sums=('d54f25707300064308ef01d4d21b0f98f508f52dda5d527d882b9d88379f89a8')
# =========================================== #
build() {