Commit a216bb5
committed
update-download-data: accommodate for recent changes in Git for Windows
As of v2.49.0, Git for Windows no longer ships 32-bit (also known as
"i686" or "Intel 32-bit") installers. However, Git for Windows started
shipping ARM64 versions since v2.47.1.
Let's accommodate for that by recording these artifacts, using the CPU
architecture rather than merely the bitness (which would now be
meaningless because both x64 and arm64 are 64-bit).
Subsequent commits will consume these new data items.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 20f6eb1 commit a216bb5
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments