File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pkgbase="mingw-w64-${_realname}"
5
5
pkgname=($_realname
6
6
" ${MINGW_PACKAGE_PREFIX} -${_realname} " )
7
7
_ver_base=1.1
8
- pkgver=1.1.670.09847e01e
8
+ pkgver=1.1.672.64870a8db
9
9
pkgrel=1
10
10
pkgdesc=" Git for Windows extra files"
11
11
arch=(' any' )
@@ -84,7 +84,7 @@ sha256sums=('8ed76d1cb069ac8568f21c431f5e23caebea502d932ab4cdff71396f4f0d5b72'
84
84
' 32223da4e1264d0c9663dd3d4b347131a634e96c2676d673ca58b2a6c58d2aea'
85
85
' 7436438b8db90ce4b79402a5383a688fa95831167b38f9f918f438ade199a44d'
86
86
' 22f41610dea842890955032af30efdb60e80f310e95a04e57ab36b10e0376923'
87
- ' 38c0cf57e03d275cdd42984f102bee8352fac672f875ab23c46b9625eefc49f3 '
87
+ ' 8120b41b869693e07acc4707a0ab45505e7c5e4156a3a44b19152f1f425df85f '
88
88
' 15b40ab72dea884f659cfbe441e9a40b2d8d63e490a3c14824a55607368e476d'
89
89
' ebd1d20aa94be11c6b9bec7d33614d32016343d282c4716d0561ab41407c99bf'
90
90
' 97e89689d91747ddb5ee873ae864aebcbb8d0364a52fa198db1e439ee2965b9b'
Original file line number Diff line number Diff line change @@ -249,8 +249,10 @@ update_git_for_windows () {
249
249
if test -d /clangarm64/bin
250
250
then
251
251
arch_bit=arm64
252
+ prefix=/clangarm64
252
253
else
253
254
arch_bit=${bit} -bit
255
+ prefix=/mingw$bit
254
256
fi
255
257
256
258
echo " $git_label $version ($arch_bit )" >&2
@@ -296,7 +298,7 @@ update_git_for_windows () {
296
298
then
297
299
wintoast.exe --appname " $git_label " \
298
300
--appid GitForWindows.Updater \
299
- --image /mingw $bit /share/git/git-for-windows.ico \
301
+ --image $prefix /share/git/git-for-windows.ico \
300
302
--text " Download and install $name$warn ?" \
301
303
--action Yes --action No --expirems 15000
302
304
case $? in
You can’t perform that action at this time.
0 commit comments