From 9130cbcb80cd156af8c35510f94752fa3d92b8ba Mon Sep 17 00:00:00 2001 From: islandcontroller <13700483+islandcontroller@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:57:17 +0200 Subject: [PATCH] Updated packages: CMake 3.30.2, .NET 6.0.33 --- Dockerfile | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a15bd33..58a78b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" @@ -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 diff --git a/README.md b/README.md index d672aa1..5670fd1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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