Skip to content

Commit 9214ac7

Browse files
author
Git for Windows Build Agent
committed
Update 17 packages
libpcre (8.45-4 -> 8.45-5) libpcre16 (8.45-4 -> 8.45-5) libpcre32 (8.45-4 -> 8.45-5) libpcrecpp (8.45-4 -> 8.45-5) libpcreposix (8.45-4 -> 8.45-5) libutil-linux (2.35.2-4 -> 2.35.2-5) mingw-w64-clang-aarch64-crt-git (12.0.0.r473.gce0d0bfb7-1 -> 12.0.0.r480.gea22a99cb-1) mingw-w64-clang-aarch64-headers-git (12.0.0.r473.gce0d0bfb7-1 -> 12.0.0.r480.gea22a99cb-1) mingw-w64-clang-aarch64-libmangle-git (12.0.0.r473.gce0d0bfb7-1 -> 12.0.0.r480.gea22a99cb-1) mingw-w64-clang-aarch64-libwinpthread-git (12.0.0.r473.gce0d0bfb7-1 -> 12.0.0.r480.gea22a99cb-1) mingw-w64-clang-aarch64-tools-git (12.0.0.r473.gce0d0bfb7-1 -> 12.0.0.r480.gea22a99cb-1) mingw-w64-clang-aarch64-winpthreads-git (12.0.0.r473.gce0d0bfb7-1 -> 12.0.0.r480.gea22a99cb-1) mingw-w64-clang-aarch64-winstorecompat-git (12.0.0.r473.gce0d0bfb7-1 -> 12.0.0.r480.gea22a99cb-1) patch (2.7.6-2 -> 2.7.6-3) pcre (8.45-4 -> 8.45-5) python (3.12.8-2 -> 3.12.8-3) util-linux (2.35.2-4 -> 2.35.2-5) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent ad237bc commit 9214ac7

File tree

285 files changed

+115
-85
lines changed

Some content is hidden

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

285 files changed

+115
-85
lines changed

clangarm64/bin/gendef.exe

0 Bytes
Binary file not shown.

clangarm64/bin/genidl.exe

0 Bytes
Binary file not shown.

clangarm64/bin/genpeimg.exe

0 Bytes
Binary file not shown.

clangarm64/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

clangarm64/bin/widl.exe

0 Bytes
Binary file not shown.

clangarm64/include/_mingw_mac.h

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
#ifndef _INC_CRTDEFS_MACRO
88
#define _INC_CRTDEFS_MACRO
99

10+
#define __PASTE(x, y) x ## y
11+
#define __MINGW64_PASTE(x, y) __PASTE(x, y)
12+
1013
#define __STRINGIFY(x) #x
1114
#define __MINGW64_STRINGIFY(x) \
1215
__STRINGIFY(x)
@@ -123,14 +126,14 @@
123126
#endif /* ifndef _X86_ */
124127

125128
#if __MINGW_USE_UNDERSCORE_PREFIX == 0
126-
# define __MINGW_IMP_SYMBOL(sym) __imp_##sym
127-
# define __MINGW_IMP_LSYMBOL(sym) __imp_##sym
129+
# define __MINGW_IMP_SYMBOL(sym) __MINGW64_PASTE(__imp_,sym)
130+
# define __MINGW_IMP_LSYMBOL(sym) __MINGW64_PASTE(__imp_,sym)
128131
# define __MINGW_USYMBOL(sym) sym
129-
# define __MINGW_LSYMBOL(sym) _##sym
132+
# define __MINGW_LSYMBOL(sym) __MINGW64_PASTE(_,sym)
130133
#else /* ! if __MINGW_USE_UNDERSCORE_PREFIX == 0 */
131-
# define __MINGW_IMP_SYMBOL(sym) _imp__##sym
132-
# define __MINGW_IMP_LSYMBOL(sym) __imp__##sym
133-
# define __MINGW_USYMBOL(sym) _##sym
134+
# define __MINGW_IMP_SYMBOL(sym) __MINGW64_PASTE(_imp__,sym)
135+
# define __MINGW_IMP_LSYMBOL(sym) __MINGW64_PASTE(__imp__,sym)
136+
# define __MINGW_USYMBOL(sym) __MINGW64_PASTE(_,sym)
134137
# define __MINGW_LSYMBOL(sym) sym
135138
#endif /* if __MINGW_USE_UNDERSCORE_PREFIX == 0 */
136139

clangarm64/include/shlwapi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ extern "C" {
438438
LWSTDAPI_(WINBOOL) PathMatchSpecW(LPCWSTR pszFile,LPCWSTR pszSpec);
439439
LWSTDAPI_(int) PathParseIconLocationA(LPSTR pszIconFile);
440440
LWSTDAPI_(int) PathParseIconLocationW(LPWSTR pszIconFile);
441-
LWSTDAPI_(void) PathQuoteSpacesA(LPSTR lpsz);
442-
LWSTDAPI_(void) PathQuoteSpacesW(LPWSTR lpsz);
441+
LWSTDAPI_(WINBOOL) PathQuoteSpacesA(LPSTR lpsz);
442+
LWSTDAPI_(WINBOOL) PathQuoteSpacesW(LPWSTR lpsz);
443443
LWSTDAPI_(WINBOOL) PathRelativePathToA(LPSTR pszPath,LPCSTR pszFrom,DWORD dwAttrFrom,LPCSTR pszTo,DWORD dwAttrTo);
444444
LWSTDAPI_(WINBOOL) PathRelativePathToW(LPWSTR pszPath,LPCWSTR pszFrom,DWORD dwAttrFrom,LPCWSTR pszTo,DWORD dwAttrTo);
445445
LWSTDAPI_(void) PathRemoveArgsA(LPSTR pszPath);

clangarm64/lib/CRT_fp10.o

0 Bytes
Binary file not shown.

clangarm64/lib/CRT_fp8.o

0 Bytes
Binary file not shown.

clangarm64/lib/CRT_glob.o

0 Bytes
Binary file not shown.

clangarm64/lib/CRT_noglob.o

0 Bytes
Binary file not shown.

clangarm64/lib/crt1.o

0 Bytes
Binary file not shown.

clangarm64/lib/crt1u.o

0 Bytes
Binary file not shown.

clangarm64/lib/crt2.o

0 Bytes
Binary file not shown.

clangarm64/lib/crt2u.o

0 Bytes
Binary file not shown.

clangarm64/lib/dllcrt1.o

0 Bytes
Binary file not shown.

clangarm64/lib/dllcrt2.o

0 Bytes
Binary file not shown.

clangarm64/lib/gcrt0.o

0 Bytes
Binary file not shown.

clangarm64/lib/gcrt1.o

0 Bytes
Binary file not shown.

clangarm64/lib/gcrt2.o

0 Bytes
Binary file not shown.

clangarm64/lib/libadsiid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libamstrmid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libbits.a

0 Bytes
Binary file not shown.

clangarm64/lib/libdinput.a

0 Bytes
Binary file not shown.

clangarm64/lib/libdinput8.a

0 Bytes
Binary file not shown.

clangarm64/lib/libdloadhelper.a

0 Bytes
Binary file not shown.

clangarm64/lib/libdmoguids.a

0 Bytes
Binary file not shown.

clangarm64/lib/libdxerr8.a

0 Bytes
Binary file not shown.

clangarm64/lib/libdxerr9.a

0 Bytes
Binary file not shown.

clangarm64/lib/libdxguid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libgdiplus.a

0 Bytes
Binary file not shown.

clangarm64/lib/libkernel32.a

0 Bytes
Binary file not shown.

clangarm64/lib/libksguid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libksuser.a

0 Bytes
Binary file not shown.

clangarm64/lib/liblocationapi.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmfuuid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmincore.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmingw32.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmingwex.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmingwthrd.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmsvcrt-os.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmsvcrt.a

-34 Bytes
Binary file not shown.

clangarm64/lib/libmsxml2.a

0 Bytes
Binary file not shown.

clangarm64/lib/libmsxml6.a

0 Bytes
Binary file not shown.

clangarm64/lib/libonecore.a

0 Bytes
Binary file not shown.

clangarm64/lib/libonecore_apiset.a

0 Bytes
Binary file not shown.

clangarm64/lib/libonecoreuap_apiset.a

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

clangarm64/lib/libsapi.a

0 Bytes
Binary file not shown.

clangarm64/lib/libscrnsave.a

0 Bytes
Binary file not shown.

clangarm64/lib/libscrnsavw.a

0 Bytes
Binary file not shown.

clangarm64/lib/libsensorsapi.a

0 Bytes
Binary file not shown.

clangarm64/lib/libshell32.a

0 Bytes
Binary file not shown.

clangarm64/lib/libstrmiids.a

0 Bytes
Binary file not shown.

clangarm64/lib/libucrt.a

-34 Bytes
Binary file not shown.

clangarm64/lib/libucrtapp.a

-34 Bytes
Binary file not shown.

clangarm64/lib/libucrtbase.a

-34 Bytes
Binary file not shown.

clangarm64/lib/libucrtbased.a

-34 Bytes
Binary file not shown.

clangarm64/lib/libuuid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libwbemuuid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libwindowscodecs.a

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

clangarm64/lib/libwmcodecdspuuid.a

0 Bytes
Binary file not shown.

clangarm64/lib/libws2_32.a

0 Bytes
Binary file not shown.

clangarm64/lib/txtmode.o

0 Bytes
Binary file not shown.

usr/bin/agetty.exe

-512 Bytes
Binary file not shown.

usr/bin/blkid.exe

0 Bytes
Binary file not shown.

usr/bin/cal.exe

-512 Bytes
Binary file not shown.

usr/bin/cfdisk.exe

-480 Bytes
Binary file not shown.

usr/bin/chrt.exe

0 Bytes
Binary file not shown.

usr/bin/col.exe

-512 Bytes
Binary file not shown.

usr/bin/colcrt.exe

0 Bytes
Binary file not shown.

usr/bin/colrm.exe

0 Bytes
Binary file not shown.

usr/bin/column.exe

-512 Bytes
Binary file not shown.

usr/bin/fdisk.exe

-947 Bytes
Binary file not shown.

usr/bin/findfs.exe

512 Bytes
Binary file not shown.

usr/bin/flock.exe

0 Bytes
Binary file not shown.

usr/bin/fsck.cramfs.exe

0 Bytes
Binary file not shown.

usr/bin/fsck.minix.exe

1 KB
Binary file not shown.

usr/bin/getopt.exe

0 Bytes
Binary file not shown.

usr/bin/hardlink.exe

0 Bytes
Binary file not shown.

usr/bin/hexdump.exe

-512 Bytes
Binary file not shown.

usr/bin/ipcmk.exe

0 Bytes
Binary file not shown.

usr/bin/isosize.exe

0 Bytes
Binary file not shown.

usr/bin/logger.exe

542 Bytes
Binary file not shown.

usr/bin/look.exe

0 Bytes
Binary file not shown.

usr/bin/mcookie.exe

-31 Bytes
Binary file not shown.

usr/bin/mkfs.bfs.exe

0 Bytes
Binary file not shown.

usr/bin/mkfs.cramfs.exe

0 Bytes
Binary file not shown.

usr/bin/mkfs.exe

0 Bytes
Binary file not shown.

usr/bin/mkfs.minix.exe

0 Bytes
Binary file not shown.

usr/bin/mkswap.exe

0 Bytes
Binary file not shown.

usr/bin/more.exe

512 Bytes
Binary file not shown.

usr/bin/msys-blkid-1.dll

-1.92 KB
Binary file not shown.

usr/bin/msys-fdisk-1.dll

-2.92 KB
Binary file not shown.

usr/bin/msys-pcre-1.dll

0 Bytes
Binary file not shown.

usr/bin/msys-pcre16-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-pcre32-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-pcrecpp-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-pcreposix-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-python3.12.dll

0 Bytes
Binary file not shown.

usr/bin/msys-smartcols-1.dll

-2.42 KB
Binary file not shown.

usr/bin/msys-uuid-1.dll

481 Bytes
Binary file not shown.

usr/bin/namei.exe

0 Bytes
Binary file not shown.

usr/bin/nologin.exe

0 Bytes
Binary file not shown.

usr/bin/patch.exe

-1.56 KB
Binary file not shown.

usr/bin/pcregrep.exe

0 Bytes
Binary file not shown.

usr/bin/pcretest.exe

0 Bytes
Binary file not shown.

usr/bin/pg.exe

-3.5 KB
Binary file not shown.

usr/bin/python.exe

0 Bytes
Binary file not shown.

usr/bin/python3.12.exe

0 Bytes
Binary file not shown.

usr/bin/python3.exe

0 Bytes
Binary file not shown.

usr/bin/rename.exe

0 Bytes
Binary file not shown.

usr/bin/renice.exe

512 Bytes
Binary file not shown.

usr/bin/rev.exe

0 Bytes
Binary file not shown.

usr/bin/script.exe

-1 KB
Binary file not shown.

usr/bin/scriptlive.exe

-512 Bytes
Binary file not shown.

usr/bin/scriptreplay.exe

-512 Bytes
Binary file not shown.

usr/bin/setsid.exe

0 Bytes
Binary file not shown.

usr/bin/sfdisk.exe

-1.42 KB
Binary file not shown.

usr/bin/swaplabel.exe

0 Bytes
Binary file not shown.

usr/bin/taskset.exe

77 Bytes
Binary file not shown.

usr/bin/ul.exe

512 Bytes
Binary file not shown.

usr/bin/uuidd.exe

0 Bytes
Binary file not shown.

usr/bin/uuidgen.exe

512 Bytes
Binary file not shown.

usr/bin/uuidparse.exe

-512 Bytes
Binary file not shown.

usr/bin/whereis.exe

0 Bytes
Binary file not shown.

usr/bin/wipefs.exe

0 Bytes
Binary file not shown.

usr/lib/libpython3.12.dll.a

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.
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.

usr/lib/python3.12/sysconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def get_platform():
815815
elif osname[:3] == "aix":
816816
from _aix_support import aix_platform
817817
return aix_platform()
818-
elif osname[:6] == "cygwin" or osname[:4] == "msys":
818+
elif sys.platform == "cygwin":
819819
# https://github.com/msys2/MSYS2-packages/issues/5143
820820
# Various build tools use the platform to derive the wheel tag
821821
# and the wheel tag needs to be stable for a specific platform
-372 Bytes
Binary file not shown.

var/lib/pacman/local/libpcre-8.45-4/desc renamed to var/lib/pacman/local/libpcre-8.45-5/desc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
libpcre
33

44
%VERSION%
5-
8.45-4
5+
8.45-5
66

77
%BASE%
88
pcre
@@ -17,13 +17,13 @@ https://www.pcre.org/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1694793991
20+
1738171707
2121

2222
%INSTALLDATE%
23-
1695006939
23+
1738466602
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/0852421d/6199630447)
26+
CI (msys2/msys2-autobuild/bdd38ec7/13036922047)
2727

2828
%SIZE%
2929
289270
@@ -43,3 +43,6 @@ pgp
4343
%DEPENDS%
4444
gcc-libs
4545

46+
%XDATA%
47+
pkgtype=split
48+
306 Bytes
Binary file not shown.
-374 Bytes
Binary file not shown.

var/lib/pacman/local/libpcre16-8.45-4/desc renamed to var/lib/pacman/local/libpcre16-8.45-5/desc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
libpcre16
33

44
%VERSION%
5-
8.45-4
5+
8.45-5
66

77
%BASE%
88
pcre
@@ -17,13 +17,13 @@ https://www.pcre.org/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1694793991
20+
1738171707
2121

2222
%INSTALLDATE%
23-
1695006939
23+
1738466603
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/0852421d/6199630447)
26+
CI (msys2/msys2-autobuild/bdd38ec7/13036922047)
2727

2828
%SIZE%
2929
261528
@@ -43,3 +43,6 @@ pgp
4343
%DEPENDS%
4444
gcc-libs
4545

46+
%XDATA%
47+
pkgtype=split
48+
305 Bytes
Binary file not shown.
-374 Bytes
Binary file not shown.

var/lib/pacman/local/libpcre32-8.45-4/desc renamed to var/lib/pacman/local/libpcre32-8.45-5/desc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
libpcre32
33

44
%VERSION%
5-
8.45-4
5+
8.45-5
66

77
%BASE%
88
pcre
@@ -17,13 +17,13 @@ https://www.pcre.org/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1694793991
20+
1738171707
2121

2222
%INSTALLDATE%
23-
1695006939
23+
1738466603
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/0852421d/6199630447)
26+
CI (msys2/msys2-autobuild/bdd38ec7/13036922047)
2727

2828
%SIZE%
2929
251800
@@ -43,3 +43,6 @@ pgp
4343
%DEPENDS%
4444
gcc-libs
4545

46+
%XDATA%
47+
pkgtype=split
48+
306 Bytes
Binary file not shown.
-373 Bytes
Binary file not shown.

var/lib/pacman/local/libpcrecpp-8.45-4/desc renamed to var/lib/pacman/local/libpcrecpp-8.45-5/desc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
libpcrecpp
33

44
%VERSION%
5-
8.45-4
5+
8.45-5
66

77
%BASE%
88
pcre
@@ -17,13 +17,13 @@ https://www.pcre.org/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1694793991
20+
1738171707
2121

2222
%INSTALLDATE%
23-
1695006939
23+
1738466603
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/0852421d/6199630447)
26+
CI (msys2/msys2-autobuild/bdd38ec7/13036922047)
2727

2828
%SIZE%
2929
40284
@@ -44,3 +44,6 @@ pgp
4444
libpcre
4545
gcc-libs
4646

47+
%XDATA%
48+
pkgtype=split
49+
306 Bytes
Binary file not shown.
-378 Bytes
Binary file not shown.

var/lib/pacman/local/libpcreposix-8.45-4/desc renamed to var/lib/pacman/local/libpcreposix-8.45-5/desc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
libpcreposix
33

44
%VERSION%
5-
8.45-4
5+
8.45-5
66

77
%BASE%
88
pcre
@@ -17,13 +17,13 @@ https://www.pcre.org/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1694793991
20+
1738171707
2121

2222
%INSTALLDATE%
23-
1695006939
23+
1738466603
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/0852421d/6199630447)
26+
CI (msys2/msys2-autobuild/bdd38ec7/13036922047)
2727

2828
%SIZE%
2929
10755
@@ -43,3 +43,6 @@ pgp
4343
%DEPENDS%
4444
libpcre
4545

46+
%XDATA%
47+
pkgtype=split
48+
310 Bytes
Binary file not shown.
-594 Bytes
Binary file not shown.

var/lib/pacman/local/libutil-linux-2.35.2-4/desc renamed to var/lib/pacman/local/libutil-linux-2.35.2-5/desc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
libutil-linux
33

44
%VERSION%
5-
2.35.2-4
5+
2.35.2-5
66

77
%BASE%
88
util-linux
@@ -17,16 +17,16 @@ https://www.kernel.org/pub/linux/utils/util-linux/
1717
x86_64
1818

1919
%BUILDDATE%
20-
1689324085
20+
1738315935
2121

2222
%INSTALLDATE%
23-
1689391767
23+
1738466603
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/95ab14df/5552188419)
26+
CI (msys2/msys2-autobuild/bdd38ec7/13069996151)
2727

2828
%SIZE%
29-
781410
29+
774442
3030

3131
%REASON%
3232
1
@@ -46,3 +46,6 @@ libblkid
4646
libuuid
4747
libsmartcols
4848

49+
%XDATA%
50+
pkgtype=split
51+
463 Bytes
Binary file not shown.

var/lib/pacman/local/mingw-w64-clang-aarch64-crt-git-12.0.0.r473.gce0d0bfb7-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-crt-git-12.0.0.r480.gea22a99cb-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-clang-aarch64-crt-git
33

44
%VERSION%
5-
12.0.0.r473.gce0d0bfb7-1
5+
12.0.0.r480.gea22a99cb-1
66

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

1919
%BUILDDATE%
20-
1736630910
20+
1738225480
2121

2222
%INSTALLDATE%
23-
1736738989
23+
1738466613
2424

2525
%PACKAGER%
26-
CI (msys2-arm/msys2-autobuild/a977f9de/12727592263)
26+
CI (msys2-arm/msys2-autobuild/bdd38ec7/13048219682)
2727

2828
%SIZE%
29-
31607571
29+
31607401
3030

3131
%GROUPS%
3232
mingw-w64-clang-aarch64-toolchain

var/lib/pacman/local/mingw-w64-clang-aarch64-git-extra-1.1.641.031e03baf-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1718204686
2121

2222
%INSTALLDATE%
23-
1738380266
23+
1738466660
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>

var/lib/pacman/local/mingw-w64-clang-aarch64-headers-git-12.0.0.r473.gce0d0bfb7-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-headers-git-12.0.0.r480.gea22a99cb-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-clang-aarch64-headers-git
33

44
%VERSION%
5-
12.0.0.r473.gce0d0bfb7-1
5+
12.0.0.r480.gea22a99cb-1
66

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

1919
%BUILDDATE%
20-
1736630697
20+
1738225261
2121

2222
%INSTALLDATE%
23-
1736738987
23+
1738466611
2424

2525
%PACKAGER%
26-
CI (msys2-arm/msys2-autobuild/a977f9de/12727592263)
26+
CI (msys2-arm/msys2-autobuild/bdd38ec7/13048219682)
2727

2828
%SIZE%
29-
90382831
29+
90383007
3030

3131
%GROUPS%
3232
mingw-w64-clang-aarch64-toolchain

var/lib/pacman/local/mingw-w64-clang-aarch64-libmangle-git-12.0.0.r473.gce0d0bfb7-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-libmangle-git-12.0.0.r480.gea22a99cb-1/desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-clang-aarch64-libmangle-git
33

44
%VERSION%
5-
12.0.0.r473.gce0d0bfb7-1
5+
12.0.0.r480.gea22a99cb-1
66

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

1919
%BUILDDATE%
20-
1736631478
20+
1738240103
2121

2222
%INSTALLDATE%
23-
1736738989
23+
1738466613
2424

2525
%PACKAGER%
26-
CI (msys2-arm/msys2-autobuild/a977f9de/12727592263)
26+
CI (msys2-arm/msys2-autobuild/bdd38ec7/13052195400)
2727

2828
%SIZE%
2929
46897

var/lib/pacman/local/mingw-w64-clang-aarch64-libwinpthread-git-12.0.0.r473.gce0d0bfb7-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-libwinpthread-git-12.0.0.r480.gea22a99cb-1/desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-clang-aarch64-libwinpthread-git
33

44
%VERSION%
5-
12.0.0.r473.gce0d0bfb7-1
5+
12.0.0.r480.gea22a99cb-1
66

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

1919
%BUILDDATE%
20-
1736631218
20+
1738239826
2121

2222
%INSTALLDATE%
23-
1736738989
23+
1738466613
2424

2525
%PACKAGER%
26-
CI (msys2-arm/msys2-autobuild/a977f9de/12727592263)
26+
CI (msys2-arm/msys2-autobuild/bdd38ec7/13052195400)
2727

2828
%SIZE%
2929
90947
Binary file not shown.

var/lib/pacman/local/mingw-w64-clang-aarch64-tools-git-12.0.0.r473.gce0d0bfb7-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-tools-git-12.0.0.r480.gea22a99cb-1/desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-clang-aarch64-tools-git
33

44
%VERSION%
5-
12.0.0.r473.gce0d0bfb7-1
5+
12.0.0.r480.gea22a99cb-1
66

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

1919
%BUILDDATE%
20-
1736637455
20+
1738240284
2121

2222
%INSTALLDATE%
23-
1736738989
23+
1738466613
2424

2525
%PACKAGER%
26-
CI (msys2-arm/msys2-autobuild/a977f9de/12727592263)
26+
CI (msys2-arm/msys2-autobuild/bdd38ec7/13052195400)
2727

2828
%SIZE%
2929
901089

0 commit comments

Comments
 (0)