Skip to content

Commit

Permalink
cmake: Update to 3.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 24, 2024
1 parent 49eef6c commit f1fc24c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake-bootstrap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions cmake/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit f1fc24c

Please sign in to comment.