From f964863965b88c4cb5764b63654e9f3efbe9da27 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 24 Dec 2024 14:10:22 +0100 Subject: [PATCH] cmake: Update to 3.31.3 --- cmake-bootstrap/PKGBUILD | 4 ++-- cmake/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake-bootstrap/PKGBUILD b/cmake-bootstrap/PKGBUILD index 0025468170a..49f8b6f5e70 100644 --- a/cmake-bootstrap/PKGBUILD +++ b/cmake-bootstrap/PKGBUILD @@ -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} diff --git a/cmake/PKGBUILD b/cmake/PKGBUILD index f280f2619a0..4035b797361 100644 --- a/cmake/PKGBUILD +++ b/cmake/PKGBUILD @@ -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() {