This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree 6 files changed +18
-16
lines changed
6 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ param (
17
17
$SkipDownload
18
18
)
19
19
20
+ # Requires -Version 7.0
21
+
20
22
Set-StrictMode - Version Latest
21
23
$ErrorActionPreference = ' Stop'
22
24
$ProgressPreference = ' SilentlyContinue'
Original file line number Diff line number Diff line change 13
13
{
14
14
"name" : " MSYS2" ,
15
15
"file" : " msys2.exe" ,
16
- "href" : " https://github.com/msys2/msys2-installer/releases/download/2022-10-28 /msys2-base-x86_64-20221028 .sfx.exe"
16
+ "href" : " https://github.com/msys2/msys2-installer/releases/download/2023-01-27 /msys2-base-x86_64-20230127 .sfx.exe"
17
17
}
18
18
]
19
19
}
Original file line number Diff line number Diff line change 11
11
},
12
12
{
13
13
"name" : " CMake" ,
14
- "file" : " cmake-3.25.0 -windows-x86_64.zip" ,
15
- "href" : " https://github.com/Kitware/CMake/releases/download/v3.25.0 /cmake-3.25.0 -windows-x86_64.zip" ,
14
+ "file" : " cmake-3.25.2 -windows-x86_64.zip" ,
15
+ "href" : " https://github.com/Kitware/CMake/releases/download/v3.25.2 /cmake-3.25.2 -windows-x86_64.zip" ,
16
16
"dirName" : " cmake" ,
17
17
"extractStrip" : 1
18
18
},
30
30
},
31
31
{
32
32
"name" : " Git for Windows" ,
33
- "file" : " MinGit-2.38 .1-64-bit.zip" ,
34
- "href" : " https://github.com/git-for-windows/git/releases/download/v2.38 .1.windows.1/MinGit-2.38 .1-64-bit.zip" ,
33
+ "file" : " MinGit-2.39 .1-64-bit.zip" ,
34
+ "href" : " https://github.com/git-for-windows/git/releases/download/v2.39 .1.windows.1/MinGit-2.39 .1-64-bit.zip" ,
35
35
"dirName" : " git"
36
36
},
37
37
{
Original file line number Diff line number Diff line change 6
6
"name" : " GNU Arm Embedded Toolchain" ,
7
7
"file" : " gcc-arm-none-eabi-10.3-2021.10-win32.exe" ,
8
8
"exec" : " \" $0\" /S /P /R" ,
9
- "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 "
9
+ "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 "
10
10
},
11
11
{
12
12
"name" : " CMake" ,
13
- "file" : " cmake-3.25.0 -windows-x86_64.msi" ,
13
+ "file" : " cmake-3.25.2 -windows-x86_64.msi" ,
14
14
"exec" : " msiexec /i \" $0\" /qn /norestart ADD_CMAKE_TO_PATH=System" ,
15
- "href" : " https://github.com/Kitware/CMake/releases/download/v3.25.0 /cmake-3.25.0 -windows-x86_64.msi"
15
+ "href" : " https://github.com/Kitware/CMake/releases/download/v3.25.2 /cmake-3.25.2 -windows-x86_64.msi"
16
16
},
17
17
{
18
18
"name" : " Ninja" ,
28
28
},
29
29
{
30
30
"name" : " Git for Windows" ,
31
- "file" : " Git-2.38 .1-64-bit.exe" ,
31
+ "file" : " Git-2.39 .1-64-bit.exe" ,
32
32
"exec" : " \" $0\" /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /SKIPDOWNGRADE=1 \" /LOADINF=$PLUGINSDIR\\ git.inf\" " ,
33
- "href" : " https://github.com/git-for-windows/git/releases/download/v2.38 .1.windows.1/Git-2.38 .1-64-bit.exe" ,
33
+ "href" : " https://github.com/git-for-windows/git/releases/download/v2.39 .1.windows.1/Git-2.39 .1-64-bit.exe" ,
34
34
"additionalFiles" : [
35
35
" packages\\ pico-setup-windows\\ git.inf"
36
36
]
Original file line number Diff line number Diff line change 6
6
"name" : " GNU Arm Embedded Toolchain" ,
7
7
"file" : " gcc-arm-none-eabi-10.3-2021.10-win32.exe" ,
8
8
"exec" : " \" $0\" /S /P /R" ,
9
- "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 "
9
+ "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 "
10
10
},
11
11
{
12
12
"name" : " CMake" ,
13
- "file" : " cmake-3.25.0 -windows-i386.msi" ,
13
+ "file" : " cmake-3.25.2 -windows-i386.msi" ,
14
14
"exec" : " msiexec /i \" $0\" /qn /norestart ADD_CMAKE_TO_PATH=System" ,
15
- "href" : " https://github.com/Kitware/CMake/releases/download/v3.25.0 /cmake-3.25.0 -windows-i386.msi"
15
+ "href" : " https://github.com/Kitware/CMake/releases/download/v3.25.2 /cmake-3.25.2 -windows-i386.msi"
16
16
},
17
17
{
18
18
"name" : " Python 3.9" ,
22
22
},
23
23
{
24
24
"name" : " Git for Windows" ,
25
- "file" : " Git-2.38 .1-32-bit.exe" ,
25
+ "file" : " Git-2.39 .1-32-bit.exe" ,
26
26
"exec" : " \" $0\" /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /SKIPDOWNGRADE=1 \" /LOADINF=$PLUGINSDIR\\ git.inf\" " ,
27
- "href" : " https://github.com/git-for-windows/git/releases/download/v2.38 .1.windows.1/Git-2.38 .1-32-bit.exe" ,
27
+ "href" : " https://github.com/git-for-windows/git/releases/download/v2.39 .1.windows.1/Git-2.39 .1-32-bit.exe" ,
28
28
"additionalFiles" : [
29
29
" packages\\ pico-setup-windows\\ git.inf"
30
30
]
Original file line number Diff line number Diff line change 1
- 0.3.9
1
+ 0.4.0
You can’t perform that action at this time.
0 commit comments