Merge pull request #3985 from lazka/cmake-3.27.4
cmake: Update to 3.27.4
This commit is contained in:
commit
6fe91e8b23
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
_realname=cmake
|
_realname=cmake
|
||||||
pkgname=("${_realname}" "${_realname}-emacs" "${_realname}-vim")
|
pkgname=("${_realname}" "${_realname}-emacs" "${_realname}-vim")
|
||||||
pkgver=3.26.4
|
pkgver=3.27.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A cross-platform open-source make system"
|
pkgdesc="A cross-platform open-source make system"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -34,10 +34,11 @@ depends=('gcc-libs'
|
|||||||
'libuv'
|
'libuv'
|
||||||
'ncurses'
|
'ncurses'
|
||||||
'pkgconf'
|
'pkgconf'
|
||||||
'zlib')
|
'zlib'
|
||||||
|
'cppdap')
|
||||||
options=('staticlibs' 'strip')
|
options=('staticlibs' 'strip')
|
||||||
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
|
source=(https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz)
|
||||||
sha256sums=('313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208')
|
sha256sums=('0a905ca8635ca81aa152e123bdde7e54cbe764fdd9a70d62af44cad8b92967af')
|
||||||
# =========================================== #
|
# =========================================== #
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user