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
podsvirov authored and lazka committed Oct 13, 2024
1 parent 7d2c362 commit 517b094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-cmake/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-cmcldeps" \
"${MINGW_PACKAGE_PREFIX}-${_realname}-gui" \
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs"))
pkgver=3.30.4
pkgver=3.30.5
_rc=""
_pkgver=${pkgver}${_rc}
pkgrel=2
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand Down Expand Up @@ -53,7 +53,7 @@ source=("https://github.com/Kitware/CMake/releases/download/v${_pkgver}/${_realn
"0003-fix-find-python-on-mingw-aarch64.patch"
"0004-Output-line-numbers-in-callstacks.patch"
"0005-Default-to-ninja-generator.patch")
sha256sums=('c759c97274f1e7aaaafcb1f0d261f9de9bf3a5d6ecb7e2df616324a46fe704b2'
sha256sums=('9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d'
'25793edcbac05bb6d17fa9947b52ace4a6b5ccccf7758e22ae9ae022ed089061'
'f6cf6a6f2729db2b9427679acd09520af2cd79fc26900b19a49cead05a55cd1a'
'557b5cbc05d4d50b3a67a7892391fcaa5cd95c492cdb4338d86305d1f4a3b88a'
Expand Down

0 comments on commit 517b094

Please sign in to comment.