cmake: update to 3.22.2

update 3.22.1 (2021-12-08) to 3.22.2 (2021-01-26)

release notes:
- https://cmake.org/cmake/help/v3.22/release/3.22.html
- https://github.com/Kitware/CMake/blob/master/Help/release/3.22.rst

3.22.2:
- The OLD behavior of CMP0128 was fixed to add flags even when the
  specified standard matches the compiler default.
This commit is contained in:
heitbaum 2022-01-25 21:02:28 +00:00
parent 6deffed349
commit 9c43d78de0

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="cmake"
PKG_VERSION="3.22.1"
PKG_SHA256="0e998229549d7b3f368703d20e248e7ee1f853910d42704aa87918c213ea82c0"
PKG_VERSION="3.22.2"
PKG_SHA256="3c1c478b9650b107d452c5bd545c72e2fad4e37c09b89a1984b9a2f46df6aced"
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"