cmake: Update to 3.31.3

This commit is contained in:
Christoph Reiter 2024-12-24 14:10:22 +01:00
parent 49eef6c871
commit f1fc24ca0b
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
_realname=cmake
pkgname="${_realname}-bootstrap"
pkgver=3.31.2
pkgver=3.31.3
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
@ -19,7 +19,7 @@ depends=('gcc-libs')
conflicts=('cmake' 'cmake-emacs' 'cmake-vim')
provides=("cmake=$pkgver")
source=(https://www.cmake.org/files/v${pkgver%.*}/${_realname}-${pkgver}.tar.gz)
sha256sums=('42abb3f48f37dbd739cdfeb19d3712db0c5935ed5c2aef6c340f9ae9114238a2')
sha256sums=('fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87')
build() {
[[ -d ${srcdir}/build-${CARCH} ]] && rm -rf ${srcdir}/build-${CARCH}

View File

@ -3,7 +3,7 @@
_realname=cmake
pkgname=("${_realname}" "${_realname}-emacs" "${_realname}-vim")
pkgver=3.31.2
pkgver=3.31.3
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
@ -43,7 +43,7 @@ depends=('gcc-libs'
'cppdap')
options=('staticlibs' 'strip')
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('42abb3f48f37dbd739cdfeb19d3712db0c5935ed5c2aef6c340f9ae9114238a2')
sha256sums=('fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87')
# =========================================== #
build() {