File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN apt-get update && \
27
27
WORKDIR /tmp
28
28
29
29
# - CMake -----------------------------------------------------------------------
30
- ARG CMAKE_VERSION=3.31.3
30
+ ARG CMAKE_VERSION=3.31.5
31
31
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.tar.gz"
32
32
ARG CMAKE_HASH="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-SHA-256.txt"
33
33
Original file line number Diff line number Diff line change 14
14
* SVD files
15
15
* [ CH32X035 PIOC Assembler] ( https://github.com/openwch/ch32x035/tree/main/EVT/EXAM/PIOC/Tool_Manual/Tool ) Version 3.1
16
16
17
- * [ CMake] ( https://cmake.org/download ) Version 3.31.3
17
+ * [ CMake] ( https://cmake.org/download ) Version 3.31.5
18
18
* [ ch32-rs/wchisp] ( https://github.com/ch32-rs/wchisp/ ) Version 0.3.0
19
19
* [ ch32-rs/wlink] ( https://github.com/ch32-rs/wlink/ ) Version 0.1.1
20
20
You can’t perform that action at this time.
0 commit comments