Skip to content

Commit f69317a

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-clang-aarch64-git-extra (1.1.657.d7f05a9c2-1 -> 1.1.659.e3eddae38-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 8a6c72c commit f69317a

29 files changed

+11
-18
lines changed

clangarm64/bin/WhoUses.exe

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

clangarm64/bin/create-shortcut.exe

0 Bytes
Binary file not shown.

clangarm64/bin/git-askpass.exe

0 Bytes
Binary file not shown.

clangarm64/bin/git-askyesno.exe

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

clangarm64/bin/proxy-lookup.exe

512 Bytes
Binary file not shown.

usr/bin/astextplain

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,21 @@ if test "$#" != 1 ; then
77
fi
88

99
# XXX output encoding (UTF-8) hardcoded
10-
case "$1" in
11-
*.ods | *.ODS | *.odf |*.ODF | *.odt | *.ODT)
10+
case "$(file --brief --mime-type "$1")" in
11+
application/vnd.oasis.opendocument.spreadsheet | application/vnd.oasis.opendocument.formula | application/vnd.oasis.opendocument.text)
1212
odt2txt "$1" || cat "$1"
1313
;;
14-
*.doc | *.DOC | *.dot | *.DOT)
15-
case "$(file --brief --mime-type "$1")" in
16-
application/msword)
17-
out=$(antiword -m UTF-8 "$1") && sed "s/\^M$//" <<<$out || cat "$1"
18-
;;
19-
*)
20-
cat "$1"
21-
;;
22-
esac
14+
application/msword)
15+
out=$(antiword -m UTF-8 "$1") && sed "s/\^M$//" <<<$out || cat "$1"
2316
;;
24-
*.docx | *.DOCX | *.dotx | *.DOTX | *.docm | *.DOCM | *.dotm | *.DOTM)
17+
application/vnd.openxmlformats-officedocument.wordprocessingml.* | application/vnd.ms-word.*.macroenabled.12)
2518
docx2txt.pl "$1" - || cat "$1"
2619
;;
27-
*.pdf | *.PDF)
20+
application/pdf)
2821
out=$(pdftotext -q -layout -enc UTF-8 "$1" -) && sed "s/(\^M$)|(^\^L)//" <<<$out || cat "$1"
2922
;;
3023
# TODO add rtf support
31-
*.rtf | *.RTF)
24+
application/rtf | text/rtf)
3225
cat "$1"
3326
;;
3427
*)
Binary file not shown.

var/lib/pacman/local/mingw-w64-clang-aarch64-git-extra-1.1.657.d7f05a9c2-1/desc renamed to var/lib/pacman/local/mingw-w64-clang-aarch64-git-extra-1.1.659.e3eddae38-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-git-extra
33

44
%VERSION%
5-
1.1.657.d7f05a9c2-1
5+
1.1.659.e3eddae38-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-
1748074258
20+
1749453244
2121

2222
%INSTALLDATE%
23-
1749440823
23+
1749526974
2424

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

2828
%SIZE%
29-
650292
29+
650856
3030

3131
%GROUPS%
3232
VCS

0 commit comments

Comments
 (0)