Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mingw-w64-git-lfs: update to 3.6.0 #581

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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