Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas committed Jan 30, 2023
1 parent ef842a2 commit 9778dde
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ param (
$SkipDownload
)

#Requires -Version 7.0

Set-StrictMode -Version Latest
$ErrorActionPreference = 'Stop'
$ProgressPreference = 'SilentlyContinue'
Expand Down
2 changes: 1 addition & 1 deletion config/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
8 changes: 4 additions & 4 deletions config/x64-standalone.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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"
},
{
Expand Down
10 changes: 5 additions & 5 deletions config/x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
Expand Down
10 changes: 5 additions & 5 deletions config/x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.9
0.4.0

0 comments on commit 9778dde

Please sign in to comment.