Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab-gitaly
Commits:
eafeffc4 by Caleb Maclennan at 2024-04-24T20:49:37+03:00
upgpkg: 16.11.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gitlab-gitaly
pkgdesc = Speed up Git access using caching
- pkgver = 16.11.0
+ pkgver = 16.11.1
pkgrel = 1
url = https://gitlab.com/gitlab-org/gitaly
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = gitlab-gitaly
depends = libssh2
options = !buildflags
backup = etc/gitlab-gitaly/config.toml
- source =
https://gitlab.com/gitlab-org/gitaly/-/archive/v16.11.0/gitaly-v16.11.0.tar.gz
+ source =
https://gitlab.com/gitlab-org/gitaly/-/archive/v16.11.1/gitaly-v16.11.1.tar.gz
source = gitlab-gitaly-configs.patch
source = gitlab-gitaly.service
- sha256sums =
606086b767e8d58302ba61be4a77fe7b8bfe2ff362a28b642533ccc99a6cce86
+ sha256sums =
6e111b55bf6f6544afc28794981a36ab388e439fe29315d14fd0cb64a614a917
sha256sums =
3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce
sha256sums =
a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: loqs <[email protected]>
pkgname=gitlab-gitaly
-pkgver=16.11.0
+pkgver=16.11.1
pkgrel=1
pkgdesc='Speed up Git access using caching'
arch=(x86_64)
@@ -23,7 +23,7 @@ _archive="gitaly-v$pkgver"
source=("$url/-/archive/v$pkgver/$_archive.tar.gz"
"$pkgname-configs.patch"
"$pkgname.service")
-sha256sums=('606086b767e8d58302ba61be4a77fe7b8bfe2ff362a28b642533ccc99a6cce86'
+sha256sums=('6e111b55bf6f6544afc28794981a36ab388e439fe29315d14fd0cb64a614a917'
'3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce'
'a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-gitaly/-/commit/eafeffc4c029dd49181d29b1d23836cac5a6f740
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-gitaly/-/commit/eafeffc4c029dd49181d29b1d23836cac5a6f740
You're receiving this email because of your account on gitlab.archlinux.org.