* update gitlab-gitaly to 17.8.1-1

This commit is contained in:
Alexander Baldeck 2025-02-19 15:48:25 +01:00
parent e7fddff93e
commit fa78fb5e07
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = gitlab-gitaly
pkgdesc = Speed up Git access using caching
pkgver = 17.7.0
pkgver = 17.8.1
pkgrel = 1
url = https://gitlab.com/gitlab-org/gitaly
arch = x86_64
@ -16,10 +16,10 @@ pkgbase = gitlab-gitaly
depends = libssh2
options = !buildflags
backup = etc/gitlab-gitaly/config.toml
source = https://gitlab.com/gitlab-org/gitaly/-/archive/v17.7.0/gitaly-v17.7.0.tar.gz
source = https://gitlab.com/gitlab-org/gitaly/-/archive/v17.8.1/gitaly-v17.8.1.tar.gz
source = gitlab-gitaly-configs.patch
source = gitlab-gitaly.service
sha256sums = 45e687538f87d3eb6a791020749e5f06e5d12b20fc44830b54e96069f913b7da
sha256sums = e44f74eca469bf36ab977e4e9bcafc180e6f27041f717edf00db165078555c66
sha256sums = 709d6e9f53e510a5e9d1fd88ec92bc92f5ff36f0a7869a47f02ad3da5d224ef8
sha256sums = a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd

View File

@ -5,7 +5,7 @@
# Contributor: loqs <bugs-archlinux@entropy-collector.net>
pkgname=gitlab-gitaly
pkgver=17.7.0
pkgver=17.8.1
pkgrel=1
pkgdesc='Speed up Git access using caching'
arch=(x86_64 powerpc64 powerpc64le)
@ -24,7 +24,7 @@ _archive="gitaly-v$pkgver"
source=("$url/-/archive/v$pkgver/$_archive.tar.gz"
"$pkgname-configs.patch"
"$pkgname.service")
sha256sums=('45e687538f87d3eb6a791020749e5f06e5d12b20fc44830b54e96069f913b7da'
sha256sums=('e44f74eca469bf36ab977e4e9bcafc180e6f27041f717edf00db165078555c66'
'709d6e9f53e510a5e9d1fd88ec92bc92f5ff36f0a7869a47f02ad3da5d224ef8'
'a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd')