Skip to content

Commit

Permalink
Merge pull request #581 from git-for-windows/mingw-w64-git-lfs-3.6.0
Browse files Browse the repository at this point in the history
mingw-w64-git-lfs: update to 3.6.0
  • Loading branch information
dscho authored Nov 21, 2024
2 parents 2691d41 + 9e86e1a commit e651753
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.5.1
pkgver=3.6.0
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=ea5138789c4f19ed71d30c3e407f43bd270771028d37e5292378a8ea2c154377
sha256sum=58b3029f60d51b8775a0cbb21a39b8504967577a8bb4b3feabb1f1a48bf7fb33
exesuffix=
;;
x86_64)
zipname="git-lfs-windows-amd64-v$pkgver.zip"
folder=git-lfs-$pkgver/
sha256sum=94435072f6b3a6f9064b277760c8340e432b5ede0db8205d369468b9be52c6b6
sha256sum=62fce4cfd453493966c387db167ba1aa46ecee730ae24a5b902a1d05650fb4ce
exesuffix=
;;
aarch64)
zipname="git-lfs-windows-arm64-v$pkgver.zip"
folder=git-lfs-$pkgver/
sha256sum=54fb4a04a5597ebdae83b2873adb363c2e2b7022b8b2ce813cc0f198c12f8a61
sha256sum=6e8d6051760bd90372ed7dfcace02f80dddec374bab61b9525e263722f97de7b
exesuffix=
;;
esac
Expand Down

0 comments on commit e651753

Please sign in to comment.