cmake: update to 3.24.2

release notes:
- https://cmake.org/cmake/help/v3.24/release/3.24.html#id1
This commit is contained in:
Rudi Heitbaum 2022-09-14 10:08:36 +00:00
parent a9efea04b4
commit efe82fecff

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="cmake"
PKG_VERSION="3.24.1"
PKG_SHA256="4931e277a4db1a805f13baa7013a7757a0cbfe5b7932882925c7061d9d1fa82b"
PKG_VERSION="3.24.2"
PKG_SHA256="0d9020f06f3ddf17fb537dc228e1a56c927ee506b486f55fe2dc19f69bf0c8db"
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"