We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677053d commit 1191cfeCopy full SHA for 1191cfe
1 file changed
cmake-bootstrap.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: cmake-bootstrap
3
- version: "4.2.1"
+ version: "4.2.2"
4
epoch: 0
5
description: "Bootstrap CMake without using system libraries, enabling to use CMake to build system libraries used by CMake"
6
dependencies:
@@ -22,7 +22,7 @@ pipeline:
22
- uses: fetch
23
with:
24
uri: https://github.com/Kitware/CMake/releases/download/v${{package.version}}/cmake-${{package.version}}.tar.gz
25
- expected-sha256: 414aacfac54ba0e78e64a018720b64ed6bfca14b587047b8b3489f407a14a070
+ expected-sha256: bbda94dd31636e89eb1cc18f8355f6b01d9193d7676549fba282057e8b730f58
26
27
# cmake-bootstrap uses all vendored deps only, such that we can
28
# build them with cmake-bootstrap, before building the full cmake
0 commit comments