Skip to content

Commit d392ec5

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
mingw-w64-i686-python (3.12.9-3 -> 3.12.9-4) mingw-w64-i686-tzdata (2025a-1 -> 2025b-1) mingw-w64-x86_64-python (3.12.9-3 -> 3.12.9-4) mingw-w64-x86_64-tzdata (2025a-1 -> 2025b-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 3a7c958 commit d392ec5

File tree

211 files changed

+61
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+61
-51
lines changed

mingw32/bin/libpython3.12.dll

512 Bytes
Binary file not shown.

mingw32/bin/libpython3.dll

-512 Bytes
Binary file not shown.

mingw32/bin/python.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.12.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3w.exe

0 Bytes
Binary file not shown.

mingw32/bin/pythonw.exe

0 Bytes
Binary file not shown.

mingw32/lib/python3.12/_sysconfigdata__win32_.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
'CONFINCLUDEDIR': '/mingw32/include',
8181
'CONFINCLUDEPY': '/mingw32/include/python3.12',
8282
'COREPYTHONPATH': '',
83-
'COVERAGE_INFO': '/c/M/B/src/build-MINGW32/coverage.info',
83+
'COVERAGE_INFO': '/d/M/B/src/build-MINGW32/coverage.info',
8484
'COVERAGE_LCOV_OPTIONS': '--rc lcov_branch_coverage=1',
85-
'COVERAGE_REPORT': '/c/M/B/src/build-MINGW32/lcov-report',
85+
'COVERAGE_REPORT': '/d/M/B/src/build-MINGW32/lcov-report',
8686
'COVERAGE_REPORT_OPTIONS': '--rc lcov_branch_coverage=1 --branch-coverage '
8787
'--title "CPython 3.12 LCOV report [commit $(shell '
8888
')]"',
@@ -1352,16 +1352,16 @@
13521352
'WITH_VALGRIND': 0,
13531353
'X87_DOUBLE_ROUNDING': 1,
13541354
'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax',
1355-
'abs_builddir': 'C:/M/B/src/build-MINGW32',
1356-
'abs_builddir_b2h': 'C:/M/B/src/build-MINGW32',
1357-
'abs_srcdir': 'C:/M/B/src/Python-3.12.9',
1358-
'abs_srcdir_b2h': 'C:/M/B/src/Python-3.12.9',
1355+
'abs_builddir': 'D:/M/B/src/build-MINGW32',
1356+
'abs_builddir_b2h': 'D:/M/B/src/build-MINGW32',
1357+
'abs_srcdir': 'D:/M/B/src/Python-3.12.9',
1358+
'abs_srcdir_b2h': 'D:/M/B/src/Python-3.12.9',
13591359
'datarootdir': '/mingw32/share',
13601360
'exec_prefix': '/mingw32',
13611361
'prefix': 'D:/a/msys64/mingw32',
13621362
'prefix_b2h': 'D:/a/msys64/mingw32',
1363-
'srcdir': 'C:/M/B/src/Python-3.12.9',
1364-
'srcdir_b2h': 'C:/M/B/src/Python-3.12.9'}
1363+
'srcdir': 'D:/M/B/src/Python-3.12.9',
1364+
'srcdir_b2h': 'D:/M/B/src/Python-3.12.9'}
13651365

13661366

13671367
keys_to_replace = [

mingw32/lib/python3.12/config-3.12/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ MODLIBS= $(LOCALMODLIBS) $(BASEMODLIBS)
3131
VERSION= 3.12
3232
srcdir= ../Python-3.12.9
3333
VPATH= ../Python-3.12.9
34-
abs_srcdir= /c/M/B/src/build-MINGW32/../Python-3.12.9
35-
abs_builddir= /c/M/B/src/build-MINGW32
34+
abs_srcdir= /d/M/B/src/build-MINGW32/../Python-3.12.9
35+
abs_builddir= /d/M/B/src/build-MINGW32
3636

3737

3838
CC= gcc
@@ -146,9 +146,9 @@ exec_prefix= ${prefix}
146146
datarootdir= ${prefix}/share
147147

148148
# Locations needed for semi-native fixup of sysconfig.
149-
srcdir_b2h= C:/M/B/src/Python-3.12.9
150-
abs_srcdir_b2h= C:/M/B/src/Python-3.12.9
151-
abs_builddir_b2h= C:/M/B/src/build-MINGW32
149+
srcdir_b2h= D:/M/B/src/Python-3.12.9
150+
abs_srcdir_b2h= D:/M/B/src/Python-3.12.9
151+
abs_builddir_b2h= D:/M/B/src/build-MINGW32
152152
prefix_b2h= D:/a/msys64/mingw32
153153

154154
# Expanded directories
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.08 KB
Binary file not shown.

mingw32/share/zoneinfo/Asia/Tehran

0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/Iran

0 Bytes
Binary file not shown.
2.08 KB
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/posix/Iran

0 Bytes
Binary file not shown.
2.6 KB
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/right/Iran

0 Bytes
Binary file not shown.

mingw32/share/zoneinfo/zone.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ CH +4723+00832 Europe/Zurich
139139
CI +0519-00402 Africa/Abidjan
140140
CK -2114-15946 Pacific/Rarotonga
141141
CL -3327-07040 America/Santiago most of Chile
142-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
142+
CL -4534-07204 America/Coyhaique Aysen Region
143+
CL -5309-07055 America/Punta_Arenas Magallanes Region
143144
CL -2709-10926 Pacific/Easter Easter Island
144145
CM +0403+00942 Africa/Douala
145146
CN +3114+12128 Asia/Shanghai Beijing Time

mingw32/share/zoneinfo/zone1970.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ CH,DE,LI +4723+00832 Europe/Zurich Büsingen
124124
CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
125125
CK -2114-15946 Pacific/Rarotonga
126126
CL -3327-07040 America/Santiago most of Chile
127-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
127+
CL -4534-07204 America/Coyhaique Aysén Region
128+
CL -5309-07055 America/Punta_Arenas Magallanes Region
128129
CL -2709-10926 Pacific/Easter Easter Island
129130
CN +3114+12128 Asia/Shanghai Beijing Time
130131
CN +4348+08735 Asia/Urumqi Xinjiang Time

mingw64/bin/libpython3.12.dll

-1.5 KB
Binary file not shown.

mingw64/bin/libpython3.dll

-512 Bytes
Binary file not shown.

mingw64/bin/python.exe

0 Bytes
Binary file not shown.

mingw64/bin/python3.12.exe

0 Bytes
Binary file not shown.

mingw64/bin/python3.exe

0 Bytes
Binary file not shown.

mingw64/bin/python3w.exe

0 Bytes
Binary file not shown.

mingw64/bin/pythonw.exe

0 Bytes
Binary file not shown.

mingw64/lib/python3.12/_sysconfigdata__win32_.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575
'CONFINCLUDEDIR': '/mingw64/include',
7676
'CONFINCLUDEPY': '/mingw64/include/python3.12',
7777
'COREPYTHONPATH': '',
78-
'COVERAGE_INFO': '/c/M/B/src/build-MINGW64/coverage.info',
78+
'COVERAGE_INFO': '/d/M/B/src/build-MINGW64/coverage.info',
7979
'COVERAGE_LCOV_OPTIONS': '--rc lcov_branch_coverage=1',
80-
'COVERAGE_REPORT': '/c/M/B/src/build-MINGW64/lcov-report',
80+
'COVERAGE_REPORT': '/d/M/B/src/build-MINGW64/lcov-report',
8181
'COVERAGE_REPORT_OPTIONS': '--rc lcov_branch_coverage=1 --branch-coverage '
8282
'--title "CPython 3.12 LCOV report [commit $(shell '
8383
')]"',
@@ -1333,16 +1333,16 @@
13331333
'WITH_VALGRIND': 0,
13341334
'X87_DOUBLE_ROUNDING': 0,
13351335
'XMLLIBSUBDIRS': 'xml xml/dom xml/etree xml/parsers xml/sax',
1336-
'abs_builddir': 'C:/M/B/src/build-MINGW64',
1337-
'abs_builddir_b2h': 'C:/M/B/src/build-MINGW64',
1338-
'abs_srcdir': 'C:/M/B/src/Python-3.12.9',
1339-
'abs_srcdir_b2h': 'C:/M/B/src/Python-3.12.9',
1336+
'abs_builddir': 'D:/M/B/src/build-MINGW64',
1337+
'abs_builddir_b2h': 'D:/M/B/src/build-MINGW64',
1338+
'abs_srcdir': 'D:/M/B/src/Python-3.12.9',
1339+
'abs_srcdir_b2h': 'D:/M/B/src/Python-3.12.9',
13401340
'datarootdir': '/mingw64/share',
13411341
'exec_prefix': '/mingw64',
13421342
'prefix': 'D:/a/msys64/mingw64',
13431343
'prefix_b2h': 'D:/a/msys64/mingw64',
1344-
'srcdir': 'C:/M/B/src/Python-3.12.9',
1345-
'srcdir_b2h': 'C:/M/B/src/Python-3.12.9'}
1344+
'srcdir': 'D:/M/B/src/Python-3.12.9',
1345+
'srcdir_b2h': 'D:/M/B/src/Python-3.12.9'}
13461346

13471347

13481348
keys_to_replace = [

mingw64/lib/python3.12/config-3.12/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ MODLIBS= $(LOCALMODLIBS) $(BASEMODLIBS)
3131
VERSION= 3.12
3232
srcdir= ../Python-3.12.9
3333
VPATH= ../Python-3.12.9
34-
abs_srcdir= /c/M/B/src/build-MINGW64/../Python-3.12.9
35-
abs_builddir= /c/M/B/src/build-MINGW64
34+
abs_srcdir= /d/M/B/src/build-MINGW64/../Python-3.12.9
35+
abs_builddir= /d/M/B/src/build-MINGW64
3636

3737

3838
CC= gcc
@@ -146,9 +146,9 @@ exec_prefix= ${prefix}
146146
datarootdir= ${prefix}/share
147147

148148
# Locations needed for semi-native fixup of sysconfig.
149-
srcdir_b2h= C:/M/B/src/Python-3.12.9
150-
abs_srcdir_b2h= C:/M/B/src/Python-3.12.9
151-
abs_builddir_b2h= C:/M/B/src/build-MINGW64
149+
srcdir_b2h= D:/M/B/src/Python-3.12.9
150+
abs_srcdir_b2h= D:/M/B/src/Python-3.12.9
151+
abs_builddir_b2h= D:/M/B/src/build-MINGW64
152152
prefix_b2h= D:/a/msys64/mingw64
153153

154154
# Expanded directories
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-512 Bytes
Binary file not shown.
2.08 KB
Binary file not shown.

mingw64/share/zoneinfo/Asia/Tehran

0 Bytes
Binary file not shown.

mingw64/share/zoneinfo/Iran

0 Bytes
Binary file not shown.
2.08 KB
Binary file not shown.
0 Bytes
Binary file not shown.

mingw64/share/zoneinfo/posix/Iran

0 Bytes
Binary file not shown.
2.6 KB
Binary file not shown.
0 Bytes
Binary file not shown.

mingw64/share/zoneinfo/right/Iran

0 Bytes
Binary file not shown.

mingw64/share/zoneinfo/zone.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ CH +4723+00832 Europe/Zurich
139139
CI +0519-00402 Africa/Abidjan
140140
CK -2114-15946 Pacific/Rarotonga
141141
CL -3327-07040 America/Santiago most of Chile
142-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
142+
CL -4534-07204 America/Coyhaique Aysen Region
143+
CL -5309-07055 America/Punta_Arenas Magallanes Region
143144
CL -2709-10926 Pacific/Easter Easter Island
144145
CM +0403+00942 Africa/Douala
145146
CN +3114+12128 Asia/Shanghai Beijing Time

mingw64/share/zoneinfo/zone1970.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ CH,DE,LI +4723+00832 Europe/Zurich Büsingen
124124
CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
125125
CK -2114-15946 Pacific/Rarotonga
126126
CL -3327-07040 America/Santiago most of Chile
127-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
127+
CL -4534-07204 America/Coyhaique Aysén Region
128+
CL -5309-07055 America/Punta_Arenas Magallanes Region
128129
CL -2709-10926 Pacific/Easter Easter Island
129130
CN +3114+12128 Asia/Shanghai Beijing Time
130131
CN +4348+08735 Asia/Urumqi Xinjiang Time
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-python-3.12.9-3/desc var/lib/pacman/local/mingw-w64-i686-python-3.12.9-4/desc

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-python
33

44
%VERSION%
5-
3.12.9-3
5+
3.12.9-4
66

77
%BASE%
88
mingw-w64-python
@@ -17,16 +17,16 @@ https://www.python.org/
1717
any
1818

1919
%BUILDDATE%
20-
1739437894
20+
1742768971
2121

2222
%INSTALLDATE%
23-
1739442109
23+
1742873076
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/b4421681/13304104736)
26+
CI (msys2/msys2-autobuild/e9e823c2/14022975572)
2727

2828
%SIZE%
29-
193911119
29+
193892175
3030

3131
%REASON%
3232
1
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-tzdata-2025a-1/desc var/lib/pacman/local/mingw-w64-i686-tzdata-2025b-1/desc

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-tzdata
33

44
%VERSION%
5-
2025a-1
5+
2025b-1
66

77
%BASE%
88
mingw-w64-tzdata
@@ -17,16 +17,16 @@ https://www.iana.org/time-zones
1717
any
1818

1919
%BUILDDATE%
20-
1737101488
20+
1742800621
2121

2222
%INSTALLDATE%
23-
1737256373
23+
1742873069
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/a977f9de/12825046951)
26+
CI (msys2/msys2-autobuild/e9e823c2/14029357468)
2727

2828
%SIZE%
29-
1424089
29+
1431094
3030

3131
%REASON%
3232
1

var/lib/pacman/local/mingw-w64-i686-tzdata-2025a-1/files var/lib/pacman/local/mingw-w64-i686-tzdata-2025b-1/files

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ mingw32/share/zoneinfo/America/Ciudad_Juarez
107107
mingw32/share/zoneinfo/America/Coral_Harbour
108108
mingw32/share/zoneinfo/America/Cordoba
109109
mingw32/share/zoneinfo/America/Costa_Rica
110+
mingw32/share/zoneinfo/America/Coyhaique
110111
mingw32/share/zoneinfo/America/Creston
111112
mingw32/share/zoneinfo/America/Cuiaba
112113
mingw32/share/zoneinfo/America/Curacao
@@ -702,6 +703,7 @@ mingw32/share/zoneinfo/posix/America/Ciudad_Juarez
702703
mingw32/share/zoneinfo/posix/America/Coral_Harbour
703704
mingw32/share/zoneinfo/posix/America/Cordoba
704705
mingw32/share/zoneinfo/posix/America/Costa_Rica
706+
mingw32/share/zoneinfo/posix/America/Coyhaique
705707
mingw32/share/zoneinfo/posix/America/Creston
706708
mingw32/share/zoneinfo/posix/America/Cuiaba
707709
mingw32/share/zoneinfo/posix/America/Curacao
@@ -1323,6 +1325,7 @@ mingw32/share/zoneinfo/right/America/Ciudad_Juarez
13231325
mingw32/share/zoneinfo/right/America/Coral_Harbour
13241326
mingw32/share/zoneinfo/right/America/Cordoba
13251327
mingw32/share/zoneinfo/right/America/Costa_Rica
1328+
mingw32/share/zoneinfo/right/America/Coyhaique
13261329
mingw32/share/zoneinfo/right/America/Creston
13271330
mingw32/share/zoneinfo/right/America/Cuiaba
13281331
mingw32/share/zoneinfo/right/America/Curacao
Binary file not shown.

var/lib/pacman/local/mingw-w64-x86_64-git-extra-1.1.653.48e2403b3-1/desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1741195657
2121

2222
%INSTALLDATE%
23-
1742786889
23+
1742873088
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

var/lib/pacman/local/mingw-w64-x86_64-python-3.12.9-3/desc var/lib/pacman/local/mingw-w64-x86_64-python-3.12.9-4/desc

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-x86_64-python
33

44
%VERSION%
5-
3.12.9-3
5+
3.12.9-4
66

77
%BASE%
88
mingw-w64-python
@@ -17,16 +17,16 @@ https://www.python.org/
1717
any
1818

1919
%BUILDDATE%
20-
1739438200
20+
1742773257
2121

2222
%INSTALLDATE%
23-
1739442124
23+
1742873086
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/b4421681/13304104736)
26+
CI (msys2/msys2-autobuild/e9e823c2/14022975572)
2727

2828
%SIZE%
29-
194386914
29+
194372578
3030

3131
%REASON%
3232
1
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-x86_64-tzdata-2025a-1/desc var/lib/pacman/local/mingw-w64-x86_64-tzdata-2025b-1/desc

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-x86_64-tzdata
33

44
%VERSION%
5-
2025a-1
5+
2025b-1
66

77
%BASE%
88
mingw-w64-tzdata
@@ -17,16 +17,16 @@ https://www.iana.org/time-zones
1717
any
1818

1919
%BUILDDATE%
20-
1737096188
20+
1742797781
2121

2222
%INSTALLDATE%
23-
1737256380
23+
1742873078
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/a977f9de/12823652974)
26+
CI (msys2/msys2-autobuild/e9e823c2/14028441555)
2727

2828
%SIZE%
29-
1424089
29+
1431094
3030

3131
%REASON%
3232
1

var/lib/pacman/local/mingw-w64-x86_64-tzdata-2025a-1/files var/lib/pacman/local/mingw-w64-x86_64-tzdata-2025b-1/files

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ mingw64/share/zoneinfo/America/Ciudad_Juarez
107107
mingw64/share/zoneinfo/America/Coral_Harbour
108108
mingw64/share/zoneinfo/America/Cordoba
109109
mingw64/share/zoneinfo/America/Costa_Rica
110+
mingw64/share/zoneinfo/America/Coyhaique
110111
mingw64/share/zoneinfo/America/Creston
111112
mingw64/share/zoneinfo/America/Cuiaba
112113
mingw64/share/zoneinfo/America/Curacao
@@ -702,6 +703,7 @@ mingw64/share/zoneinfo/posix/America/Ciudad_Juarez
702703
mingw64/share/zoneinfo/posix/America/Coral_Harbour
703704
mingw64/share/zoneinfo/posix/America/Cordoba
704705
mingw64/share/zoneinfo/posix/America/Costa_Rica
706+
mingw64/share/zoneinfo/posix/America/Coyhaique
705707
mingw64/share/zoneinfo/posix/America/Creston
706708
mingw64/share/zoneinfo/posix/America/Cuiaba
707709
mingw64/share/zoneinfo/posix/America/Curacao
@@ -1323,6 +1325,7 @@ mingw64/share/zoneinfo/right/America/Ciudad_Juarez
13231325
mingw64/share/zoneinfo/right/America/Coral_Harbour
13241326
mingw64/share/zoneinfo/right/America/Cordoba
13251327
mingw64/share/zoneinfo/right/America/Costa_Rica
1328+
mingw64/share/zoneinfo/right/America/Coyhaique
13261329
mingw64/share/zoneinfo/right/America/Creston
13271330
mingw64/share/zoneinfo/right/America/Cuiaba
13281331
mingw64/share/zoneinfo/right/America/Curacao
Binary file not shown.

var/lib/pacman/sync/clang64.db

-249 Bytes
Binary file not shown.

var/lib/pacman/sync/clang64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/clangarm64.db

-229 Bytes
Binary file not shown.

var/lib/pacman/sync/clangarm64.db.sig

0 Bytes
Binary file not shown.
28 Bytes
Binary file not shown.
Binary file not shown.

var/lib/pacman/sync/mingw32.db

-90 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

463 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

-307 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db.sig

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)