Merge pull request #3686 from lazka/cmake-3.26.1

cmake: Update to 3.26.1
This commit is contained in:
Christoph Reiter 2023-03-24 16:40:02 +01:00 committed by GitHub
commit 00367915dd
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.0
pkgver=3.26.1
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=('4256613188857e95700621f7cdaaeb954f3546a9249e942bc2f9b3c26e381365')
sha256sums=('f29964290ad3ced782a1e58ca9fda394a82406a647e24d6afd4e6c32e42c412f')
# =========================================== #
build() {