Skip to content

Commit

Permalink
cmake: Update to 3.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 15, 2023
1 parent a471240 commit 033824f
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.27.4
pkgver=3.27.5
pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
Expand Down Expand Up @@ -38,7 +38,7 @@ depends=('gcc-libs'
'cppdap')
options=('staticlibs' 'strip')
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('0a905ca8635ca81aa152e123bdde7e54cbe764fdd9a70d62af44cad8b92967af')
sha256sums=('5175e8fe1ca9b1dd09090130db7201968bcce1595971ff9e9998c2f0765004c9')
# =========================================== #

build() {
Expand Down

0 comments on commit 033824f

Please sign in to comment.