diff --git a/cmake-bootstrap/PKGBUILD b/cmake-bootstrap/PKGBUILD index 49f8b6f5..6f2bedb5 100644 --- a/cmake-bootstrap/PKGBUILD +++ b/cmake-bootstrap/PKGBUILD @@ -2,7 +2,7 @@ _realname=cmake pkgname="${_realname}-bootstrap" -pkgver=3.31.3 +pkgver=3.31.5 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=('fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87') +sha256sums=('66fb53a145648be56b46fa9e8ccade3a4d0dfc92e401e52ce76bdad1fea43d27') build() { [[ -d ${srcdir}/build-${CARCH} ]] && rm -rf ${srcdir}/build-${CARCH}