Skip to content

Commit 6b5583f

Browse files
committed
Manually install mingw-w64-x86_64-git-extra 1.1.657.d7f05a9c2-1
There is a Catch-22 when installing this package via the `sync` workflow because the name of the Pacman database changed. Let's just upgrade this package manually this one time. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 717d156 commit 6b5583f

File tree

17 files changed

+35
-15
lines changed

17 files changed

+35
-15
lines changed

etc/pacman.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ LocalFileSigLevel = Optional
7171
# SigLevel = Never
7272

7373
[git-for-windows-aarch64]
74-
Server = https://wingit.blob.core.windows.net/aarch64
74+
Server = https://raw.githubusercontent.com/git-for-windows/pacman-repo/refs/heads/aarch64
7575

7676
[clangarm64]
7777
Include = /etc/pacman.d/mirrorlist.mingw
7878

79-
[git-for-windows]
80-
Server = https://wingit.blob.core.windows.net/x86-64
79+
[git-for-windows-x86_64]
80+
Server = https://raw.githubusercontent.com/git-for-windows/pacman-repo/refs/heads/x86_64
8181

8282
[git-for-windows-mingw32]
83-
Server = https://wingit.blob.core.windows.net/i686
83+
Server = https://raw.githubusercontent.com/git-for-windows/pacman-repo/refs/heads/i686
8484

8585
[mingw32]
8686
Include = /etc/pacman.d/mirrorlist.mingw

mingw64/bin/WhoUses.exe

450 Bytes
Binary file not shown.

mingw64/bin/blocked-file-util.exe

450 Bytes
Binary file not shown.

mingw64/bin/create-shortcut.exe

1.44 KB
Binary file not shown.

mingw64/bin/git-askpass.exe

-62 Bytes
Binary file not shown.

mingw64/bin/git-askyesno.exe

-31 Bytes
Binary file not shown.
962 Bytes
Binary file not shown.

mingw64/bin/proxy-lookup.exe

450 Bytes
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-x86_64-git-extra-1.1.653.48e2403b3-1/desc renamed to var/lib/pacman/local/mingw-w64-x86_64-git-extra-1.1.657.d7f05a9c2-1/desc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-x86_64-git-extra
33

44
%VERSION%
5-
1.1.653.48e2403b3-1
5+
1.1.657.d7f05a9c2-1
66

77
%BASE%
88
mingw-w64-git-extra
@@ -17,16 +17,16 @@ https://github.com/git-for-windows/build-extra
1717
any
1818

1919
%BUILDDATE%
20-
1741195657
20+
1748074683
2121

2222
%INSTALLDATE%
23-
1747712338
23+
1748164696
2424

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

2828
%SIZE%
29-
513798
29+
517491
3030

3131
%GROUPS%
3232
VCS
@@ -35,7 +35,6 @@ VCS
3535
GPL
3636

3737
%VALIDATION%
38-
sha256
3938
pgp
4039

4140
%DEPENDS%

0 commit comments

Comments
 (0)