Skip to content

Commit

Permalink
mingw-w64-git-lfs: update to 3.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Aßhauer <mha1993@live.de>
  • Loading branch information
rimrul committed Dec 14, 2023
1 parent 02d5d27 commit bebd292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mingw-w64-git-lfs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname="git-lfs"
pkgbase="mingw-w64-${_realname}"
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=3.4.0
pkgver=3.4.1
pkgrel=1
pkgdesc="An open source Git extension for versioning large files"
install=git-lfs.install
Expand All @@ -17,19 +17,19 @@ case "$CARCH" in
i686)
zipname="git-lfs-windows-386-v$pkgver.zip"
folder=git-lfs-$pkgver/
sha256sum=e44184a6e62a4e8d6b18f224912a9b411be265a39aef46221c490d8a926bc102
sha256sum=b518b470071bd1465ee6468ba43701fc2b04495501b4bc533c593c426b6d14a7
exesuffix=
;;
x86_64)
zipname="git-lfs-windows-amd64-v$pkgver.zip"
folder=git-lfs-$pkgver/
sha256sum=5edafb149bc6cf7e2e8e52d18b031bdaad9a26101cc9dbbf8a3a5da03ac066f2
sha256sum=a6f9fda2792bc441c0ec5df8c1d64274bddfac09fb702e78d839cb1cf0a13d8f
exesuffix=
;;
aarch64)
zipname="git-lfs-windows-arm64-v$pkgver.zip"
folder=git-lfs-$pkgver/
sha256sum=0b333d6e2614fdc1fb1521e3c2fe961f1f7d6b5d6701c6e311d56ea8bf5b6099
sha256sum=0ab256f3d395f95190e5448de16ae3173a462cfe13df761417b6489f326210e5
exesuffix=
;;
esac
Expand Down

0 comments on commit bebd292

Please sign in to comment.