Skip to content

Commit fdb46d8

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

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

mingw-w64-git/PKGBUILD

Lines changed: 7 additions & 2 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.54.0.windows.1
20+
tag=2.55.0.windows.1
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=('af7f323d7ef853cae221dea140d8f610cab1ab90cb5b520f95544269dc51deb2'
65+
sha256sums=('c4881a6f310159335227c5a908625df6fbfd0e7949597fb662d03dd68eb2f641'
6666
'a9dcba5aebc93ae7aacdee03275780fc6c0f15e88fda30c93041e75851e75090'
6767
'7e6c5f3dc6a4209dca0e1f38880b2978500a5c745c04bc60dbeda5fc48e8d3cb'
6868
'80b0b11efe5a2f9b4cd92f28c260d0b3aad8b809c34ed95237c59b73e08ade0b'
@@ -83,6 +83,11 @@ STRIP=
8383
STRIP_OPTS=
8484
LDFLAGS=
8585

86+
if test -z "$NO_RUST"
87+
then
88+
makedepends+=("${MINGW_PACKAGE_PREFIX}-rust")
89+
fi
90+
8691
if test -z "$WITH_PDBS"
8792
then
8893
options+=('strip')

0 commit comments

Comments
 (0)