cmake: Update to 3.30.5

This commit is contained in:
Christoph Reiter
2024-10-14 06:56:08 +02:00
parent 025332e02e
commit c4951d931f

View File

@@ -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')
@@ -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() {