* update gitlab-gitaly to 17.1.2-1
This commit is contained in:
parent
aec683a210
commit
03f130b761
24
go/gitlab-gitaly/.SRCINFO
Normal file
24
go/gitlab-gitaly/.SRCINFO
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
pkgbase = gitlab-gitaly
|
||||||
|
pkgdesc = Speed up Git access using caching
|
||||||
|
pkgver = 17.1.2
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://gitlab.com/gitlab-org/gitaly
|
||||||
|
arch = x86_64
|
||||||
|
license = MIT
|
||||||
|
makedepends = cmake
|
||||||
|
makedepends = git
|
||||||
|
makedepends = go
|
||||||
|
depends = glibc
|
||||||
|
depends = libxml2
|
||||||
|
depends = libxslt
|
||||||
|
depends = libssh2
|
||||||
|
options = !buildflags
|
||||||
|
backup = etc/gitlab-gitaly/config.toml
|
||||||
|
source = https://gitlab.com/gitlab-org/gitaly/-/archive/v17.1.2/gitaly-v17.1.2.tar.gz
|
||||||
|
source = gitlab-gitaly-configs.patch
|
||||||
|
source = gitlab-gitaly.service
|
||||||
|
sha256sums = dc2776d938882dae58a57b3b8376d59c8ea4521ebbb7d6b14d82896479da519e
|
||||||
|
sha256sums = 3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce
|
||||||
|
sha256sums = a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd
|
||||||
|
|
||||||
|
pkgname = gitlab-gitaly
|
6
go/gitlab-gitaly/.nvchecker.toml
Normal file
6
go/gitlab-gitaly/.nvchecker.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[gitlab-gitaly]
|
||||||
|
source = "gitlab"
|
||||||
|
gitlab = "gitlab-org/gitaly"
|
||||||
|
prefix = "v"
|
||||||
|
include_regex = "v\\d+\\.\\d+\\.\\d+"
|
||||||
|
use_max_tag = true
|
@ -5,7 +5,7 @@
|
|||||||
# Contributor: loqs <bugs-archlinux@entropy-collector.net>
|
# Contributor: loqs <bugs-archlinux@entropy-collector.net>
|
||||||
|
|
||||||
pkgname=gitlab-gitaly
|
pkgname=gitlab-gitaly
|
||||||
pkgver=17.0.1
|
pkgver=17.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Speed up Git access using caching'
|
pkgdesc='Speed up Git access using caching'
|
||||||
arch=(x86_64 powerpc64le)
|
arch=(x86_64 powerpc64le)
|
||||||
@ -24,7 +24,7 @@ _archive="gitaly-v$pkgver"
|
|||||||
source=("$url/-/archive/v$pkgver/$_archive.tar.gz"
|
source=("$url/-/archive/v$pkgver/$_archive.tar.gz"
|
||||||
"$pkgname-configs.patch"
|
"$pkgname-configs.patch"
|
||||||
"$pkgname.service")
|
"$pkgname.service")
|
||||||
sha256sums=('248ec37a3d833c789ad58853f55b5d8afaaca74fe582c13cb14dc228284c9016'
|
sha256sums=('dc2776d938882dae58a57b3b8376d59c8ea4521ebbb7d6b14d82896479da519e'
|
||||||
'3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce'
|
'3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce'
|
||||||
'a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd')
|
'a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user