Skip to content

Commit 7f4b0e5

Browse files
Updated package: CMake 3.31.5
1 parent f813b60 commit 7f4b0e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
WORKDIR /tmp
2828

2929
#- CMake -----------------------------------------------------------------------
30-
ARG CMAKE_VERSION=3.31.3
30+
ARG CMAKE_VERSION=3.31.5
3131
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.tar.gz"
3232
ARG CMAKE_HASH="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-SHA-256.txt"
3333

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* SVD files
1515
* [CH32X035 PIOC Assembler](https://github.com/openwch/ch32x035/tree/main/EVT/EXAM/PIOC/Tool_Manual/Tool) Version 3.1
1616

17-
* [CMake](https://cmake.org/download) Version 3.31.3
17+
* [CMake](https://cmake.org/download) Version 3.31.5
1818
* [ch32-rs/wchisp](https://github.com/ch32-rs/wchisp/) Version 0.3.0
1919
* [ch32-rs/wlink](https://github.com/ch32-rs/wlink/) Version 0.1.1
2020

0 commit comments

Comments
 (0)