cmake: Update to 3.23.2

This commit is contained in:
Christoph Reiter
2022-07-28 20:49:49 +02:00
parent a12ee4f3b3
commit 52f5d897a5

View File

@@ -3,12 +3,12 @@
_realname=cmake
pkgname=("${_realname}" "${_realname}-emacs" "${_realname}-vim")
pkgver=3.22.1
pkgrel=3
pkgver=3.23.2
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
url="https://www.cmake.org/"
license=(MIT)
license=(spdx:MIT)
makedepends=('gcc'
'emacs'
'autotools'
@@ -37,7 +37,7 @@ depends=('gcc-libs'
'zlib')
options=('staticlibs' 'strip')
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0')
sha256sums=('f316b40053466f9a416adf981efda41b160ca859e97f6a484b447ea299ff26aa')
# =========================================== #
build() {