Skip to content

Commit c3c0ad7

Browse files
committed
mingw-w64-git: upgrade to Git for Windows v2.55.0.windows.2
This commit was created by: https://github.com/git-for-windows/git-for-windows-automation/actions/runs/28586498193 See https://github.com/git-for-windows/git/releases/tag/v2.55.0.windows.2 for details.
1 parent dcf8773 commit c3c0ad7

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

mingw-w64-git/PKGBUILD

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
1717
"${MINGW_PACKAGE_PREFIX}-gitk"
1818
"${MINGW_PACKAGE_PREFIX}-${_realname}-gui"
1919
"${MINGW_PACKAGE_PREFIX}-${_realname}-for-windows-addons")
20-
tag=2.55.0.windows.1
20+
tag=2.55.0.windows.2
2121
pkgver=${tag/.windows./.}
2222
pkgrel=1
2323
pkgdesc="The fast distributed version control system (mingw-w64)"
@@ -62,7 +62,7 @@ source=("${_realname}"::"git+https://github.com/git-for-windows/git.git#tag=v$ta
6262
# resulting in different sha256sums.
6363
export GIT_CONFIG_PARAMETERS="${GIT_CONFIG_PARAMETERS:+$GIT_CONFIG_PARAMETERS }'core.autocrlf=false' 'core.eol=lf'"
6464

65-
sha256sums=('c4881a6f310159335227c5a908625df6fbfd0e7949597fb662d03dd68eb2f641'
65+
sha256sums=('34f0847fa706b811fbc37363548bc6d247e9d39a515b99e620004de9af9b8000'
6666
'a9dcba5aebc93ae7aacdee03275780fc6c0f15e88fda30c93041e75851e75090'
6767
'7e6c5f3dc6a4209dca0e1f38880b2978500a5c745c04bc60dbeda5fc48e8d3cb'
6868
'80b0b11efe5a2f9b4cd92f28c260d0b3aad8b809c34ed95237c59b73e08ade0b'
@@ -83,12 +83,6 @@ STRIP=
8383
STRIP_OPTS=
8484
LDFLAGS=
8585

86-
if test i686 = "$CARCH"
87-
then
88-
# There is no i686 Rust we can use
89-
export NO_RUST=ThatsRight
90-
fi
91-
9286
if test -z "$NO_RUST"
9387
then
9488
makedepends+=("${MINGW_PACKAGE_PREFIX}-rust")

0 commit comments

Comments
 (0)