Skip to content

Commit

Permalink
cmake: 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 025332e commit c4951d9
Showing 1 changed file with 2 additions and 2 deletions.
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.30.4
pkgver=3.30.5
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=('c759c97274f1e7aaaafcb1f0d261f9de9bf3a5d6ecb7e2df616324a46fe704b2')
sha256sums=('9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d')
# =========================================== #

build() {
Expand Down

0 comments on commit c4951d9

Please sign in to comment.