cmake: update to 3.27.1

Release notes:
- https://cmake.org/cmake/help/latest/release/index.html

3.27.1
This version made no changes to documented features or interfaces. Some
implementation updates were made to support ecosystem changes and/or
fix regressions.
This commit is contained in:
Rudi Heitbaum 2023-07-26 09:32:33 +00:00
parent 5e2ad1a040
commit c4ed569d21

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="cmake"
PKG_VERSION="3.27.0"
PKG_SHA256="aaeddb6b28b993d0a6e32c88123d728a17561336ab90e0bf45032383564d3cb8"
PKG_VERSION="3.27.1"
PKG_SHA256="b1a6b0135fa11b94476e90f5b32c4c8fad480bf91cf22d0ded98ce22c5132004"
PKG_LICENSE="BSD"
PKG_SITE="https://cmake.org/"
PKG_URL="https://cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"