Skip to content

Commit

Permalink
cmake-bootstrap: Update to 3.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 14, 2024
1 parent c4951d9 commit 403dccb
Showing 1 changed file with 2 additions and 2 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.30.4
pkgver=3.30.5
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=('c759c97274f1e7aaaafcb1f0d261f9de9bf3a5d6ecb7e2df616324a46fe704b2')
sha256sums=('9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d')

build() {
[[ -d ${srcdir}/build-${CARCH} ]] && rm -rf ${srcdir}/build-${CARCH}
Expand Down

0 comments on commit 403dccb

Please sign in to comment.