Skip to content

Commit

Permalink
Updated packages: CMake 3.30.2, .NET 6.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
islandcontroller committed Aug 18, 2024
1 parent 193112e commit 9130cbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && \
WORKDIR /tmp

#- CMake -----------------------------------------------------------------------
ARG CMAKE_VERSION=3.30.0
ARG CMAKE_VERSION=3.30.2
ARG CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-linux-x86_64.tar.gz"
ARG CMAKE_HASH="https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-SHA-256.txt"

Expand All @@ -41,9 +41,9 @@ ENV CMAKE_CONFIGS_PATH=/usr/share/cmake/configs.d
RUN mkdir -p ${CMAKE_CONFIGS_PATH}

#- .NET 6 Runtime --------------------------------------------------------------
ARG DOTNET_VERSION=6.0.32
ARG DOTNET_VERSION=6.0.33
ARG DOTNET_URL="https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-x64.tar.gz"
ARG DOTNET_SHA512="9babfe66f4a4261dd454f3220899af0a19532ab93575b581cec838f1c5f130d98b6fb1aaae5ee8e5b2e70deb55b619a0d55347f014ace72cb84b78d61faf0a59"
ARG DOTNET_SHA512="0892015544d8903999f8e0fadab6b4b91eb180e495fa5e36c1a755b1d42e134858b7bdbfd60d1880650d9c528d07e31b9ccfc73e650e5d890a955902a89139cf"
ARG DOTNET_INSTALL_DIR="/opt/dotnet"

# Download and install package
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![Screenshot](scr.PNG)

### Packages
* [Microsoft .NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) Version 6.0.32
* [Microsoft .NET 6.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) Version 6.0.33
* [MounRiver MRS Toolchain & Debugger](http://www.mounriver.com/download) Linux_x64 Version 1.92
* includes WCH-custom GNU toolchain for RISC-V
* includes WCH-custom OpenOCD debugger
Expand All @@ -25,7 +25,7 @@
- `CH58Xxx`
* [CH32X035 PIOC Assembler](https://github.com/openwch/ch32x035/tree/main/EVT/EXAM/PIOC/Tool_Manual/Tool) Version 3.1

* [CMake](https://cmake.org/download) Version 3.30.0
* [CMake](https://cmake.org/download) Version 3.30.2
* [ch32-rs/wchisp](https://github.com/ch32-rs/wchisp/) Unversioned
* [ch32-rs/wlink](https://github.com/ch32-rs/wlink/) Unversioned

Expand Down

0 comments on commit 9130cbc

Please sign in to comment.