git: Update to 2.37.1

This commit is contained in:
Christoph Reiter 2022-07-13 08:52:13 +02:00
parent 080e8af208
commit e17e2370d7

View File

@ -2,8 +2,8 @@
# Maintainer: Ray Donnelly <mingw.android@gmail.com>
pkgname=git
pkgver=2.37.0
pkgrel=2
pkgver=2.37.1
pkgrel=1
pkgdesc="The fast distributed version control system"
arch=('i686' 'x86_64')
url="https://git-scm.com/"
@ -54,16 +54,14 @@ source=("${pkgname}-${pkgver}.tar.gz"::https://github.com/git/git/archive/v${pkg
git-2.3.5-mingw-pwd.patch
git-2.8.2-Cygwin-Allow-DOS-paths.patch
git-tcsh-completion-fixes.patch
git-2.35.1-git-gui.patch
https://github.com/git/git/commit/4788e8b25692a8ae1a005554d3ad12f8ee4ee29e.patch)
sha256sums=('17733eb8bc7de35e2e399ac6577df0aa856faaf0a2ef1e55e90a4978dcf9caa1'
git-2.35.1-git-gui.patch)
sha256sums=('eb56bc153f6b7aa055c93ce04a0cafbd7c63e39a5ffc2a4066cde81bc89601d8'
'32baa705d76789d82316a1325e61c9a261114eaa9814dca9c05683bf63069dea'
'9bc4da5022c5004c4c5b45417b25c6636ddf0ac338574a624c2c775d4394546d'
'336159815092f503e0254ebbbea2b637ffc09a36217c4c644167b86852568272'
'045e998cbd6d84dc454a879a94657ab3e43cd5a965fc5571e84910d0bd6fe178'
'6f25aae9e92469d5e284dcf372e15ee0e57ff91531e691e7391f9bfb78f73626'
'080533696ee3105f3f311a1dc6d8ebe7bf386262cc265d34ef7e9cc4353a736d'
'4de3215e29b7e28fbb9d1d6fa063a8d12fce2fe7d3e99290c37a576efed9648d')
'080533696ee3105f3f311a1dc6d8ebe7bf386262cc265d34ef7e9cc4353a736d')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {
@ -90,10 +88,6 @@ prepare() {
apply_patch_with_msg \
git-2.35.1-git-gui.patch
# https://github.com/msys2/MSYS2-packages/issues/3066
apply_patch_with_msg \
4788e8b25692a8ae1a005554d3ad12f8ee4ee29e.patch
make configure
}