user/gitaly: use Git 2.41

This commit is contained in:
Antoine Martin 2023-07-23 14:26:36 -04:00
parent 3c1a6fc401
commit 0a4e657ba8
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -3,14 +3,14 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
pkgname=gitaly
pkgver=16.2.0
pkgrel=0
pkgrel=1
pkgdesc="A Git RPC service for handling all the git calls made by GitLab"
url="https://gitlab.com/gitlab-org/gitaly/"
arch="!armv7 all"
# GPL-2.0-only WITH GCC-exception-2.0: bundled libgit2
license="MIT AND GPL-2.0-only WITH GCC-exception-2.0"
depends="
git>=2.40
git>=2.41
"
makedepends="
bash