From 9778dde313701a42aa9c304161fe6b828452023f Mon Sep 17 00:00:00 2001 From: Nikhil Dabas Date: Mon, 30 Jan 2023 16:23:04 +0000 Subject: [PATCH] Release v0.4.0 --- build.ps1 | 2 ++ config/tools.json | 2 +- config/x64-standalone.json | 8 ++++---- config/x64.json | 10 +++++----- config/x86.json | 10 +++++----- version.txt | 2 +- 6 files changed, 18 insertions(+), 16 deletions(-) diff --git a/build.ps1 b/build.ps1 index 565e382..197f6e1 100644 --- a/build.ps1 +++ b/build.ps1 @@ -17,6 +17,8 @@ param ( $SkipDownload ) +#Requires -Version 7.0 + Set-StrictMode -Version Latest $ErrorActionPreference = 'Stop' $ProgressPreference = 'SilentlyContinue' diff --git a/config/tools.json b/config/tools.json index ae68b19..495b784 100644 --- a/config/tools.json +++ b/config/tools.json @@ -13,7 +13,7 @@ { "name": "MSYS2", "file": "msys2.exe", - "href": "https://github.com/msys2/msys2-installer/releases/download/2022-10-28/msys2-base-x86_64-20221028.sfx.exe" + "href": "https://github.com/msys2/msys2-installer/releases/download/2023-01-27/msys2-base-x86_64-20230127.sfx.exe" } ] } diff --git a/config/x64-standalone.json b/config/x64-standalone.json index b0c220c..c281c75 100644 --- a/config/x64-standalone.json +++ b/config/x64-standalone.json @@ -11,8 +11,8 @@ }, { "name": "CMake", - "file": "cmake-3.25.0-windows-x86_64.zip", - "href": "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-x86_64.zip", + "file": "cmake-3.25.2-windows-x86_64.zip", + "href": "https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-windows-x86_64.zip", "dirName": "cmake", "extractStrip": 1 }, @@ -30,8 +30,8 @@ }, { "name": "Git for Windows", - "file": "MinGit-2.38.1-64-bit.zip", - "href": "https://github.com/git-for-windows/git/releases/download/v2.38.1.windows.1/MinGit-2.38.1-64-bit.zip", + "file": "MinGit-2.39.1-64-bit.zip", + "href": "https://github.com/git-for-windows/git/releases/download/v2.39.1.windows.1/MinGit-2.39.1-64-bit.zip", "dirName": "git" }, { diff --git a/config/x64.json b/config/x64.json index d935381..79d1691 100644 --- a/config/x64.json +++ b/config/x64.json @@ -6,13 +6,13 @@ "name": "GNU Arm Embedded Toolchain", "file": "gcc-arm-none-eabi-10.3-2021.10-win32.exe", "exec": "\"$0\" /S /P /R", - "href": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.exe?rev=29bb46cfa0434fbda93abb33c1d480e6&hash=B2C5AAE07841929A0D0BF460896D6E52" + "href": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.exe?rev=29bb46cfa0434fbda93abb33c1d480e6&hash=3C58D05EA5D32EF127B9E4D13B3244D26188713C" }, { "name": "CMake", - "file": "cmake-3.25.0-windows-x86_64.msi", + "file": "cmake-3.25.2-windows-x86_64.msi", "exec": "msiexec /i \"$0\" /qn /norestart ADD_CMAKE_TO_PATH=System", - "href": "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-x86_64.msi" + "href": "https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-windows-x86_64.msi" }, { "name": "Ninja", @@ -28,9 +28,9 @@ }, { "name": "Git for Windows", - "file": "Git-2.38.1-64-bit.exe", + "file": "Git-2.39.1-64-bit.exe", "exec": "\"$0\" /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /SKIPDOWNGRADE=1 \"/LOADINF=$PLUGINSDIR\\git.inf\"", - "href": "https://github.com/git-for-windows/git/releases/download/v2.38.1.windows.1/Git-2.38.1-64-bit.exe", + "href": "https://github.com/git-for-windows/git/releases/download/v2.39.1.windows.1/Git-2.39.1-64-bit.exe", "additionalFiles": [ "packages\\pico-setup-windows\\git.inf" ] diff --git a/config/x86.json b/config/x86.json index 93e9903..f02291f 100644 --- a/config/x86.json +++ b/config/x86.json @@ -6,13 +6,13 @@ "name": "GNU Arm Embedded Toolchain", "file": "gcc-arm-none-eabi-10.3-2021.10-win32.exe", "exec": "\"$0\" /S /P /R", - "href": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.exe?rev=29bb46cfa0434fbda93abb33c1d480e6&hash=B2C5AAE07841929A0D0BF460896D6E52" + "href": "https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.exe?rev=29bb46cfa0434fbda93abb33c1d480e6&hash=3C58D05EA5D32EF127B9E4D13B3244D26188713C" }, { "name": "CMake", - "file": "cmake-3.25.0-windows-i386.msi", + "file": "cmake-3.25.2-windows-i386.msi", "exec": "msiexec /i \"$0\" /qn /norestart ADD_CMAKE_TO_PATH=System", - "href": "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-i386.msi" + "href": "https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-windows-i386.msi" }, { "name": "Python 3.9", @@ -22,9 +22,9 @@ }, { "name": "Git for Windows", - "file": "Git-2.38.1-32-bit.exe", + "file": "Git-2.39.1-32-bit.exe", "exec": "\"$0\" /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /SKIPDOWNGRADE=1 \"/LOADINF=$PLUGINSDIR\\git.inf\"", - "href": "https://github.com/git-for-windows/git/releases/download/v2.38.1.windows.1/Git-2.38.1-32-bit.exe", + "href": "https://github.com/git-for-windows/git/releases/download/v2.39.1.windows.1/Git-2.39.1-32-bit.exe", "additionalFiles": [ "packages\\pico-setup-windows\\git.inf" ] diff --git a/version.txt b/version.txt index 63345bb..37fb61f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.9 +0.4.0