Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
gitlab-container-registry
Commits:
71bda56b by Caleb Maclennan at 2024-11-28T12:23:17+03:00
upgpkg: 4.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gitlab-container-registry
pkgdesc = GitLab Container Registry daemon
- pkgver = 4.13.0
+ pkgver = 4.14.0
pkgrel = 1
url = https://gitlab.com/gitlab-org/container-registry
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = gitlab-container-registry
license = Apache-2.0
makedepends = go
backup = etc/gitlab-container-registry/config.yml
- source =
https://gitlab.com/gitlab-org/container-registry/-/archive/v4.13.0-gitlab/container-registry-v4.13.0-gitlab.tar.bz2
+ source =
https://gitlab.com/gitlab-org/container-registry/-/archive/v4.14.0-gitlab/container-registry-v4.14.0-gitlab.tar.bz2
source = gitlab-container-registry.service
- sha256sums =
5171ee01663be2b7e989f90c62ebabc4f706b9bd8eee2aeea2c6f02fab790106
+ sha256sums =
df267c95bc959d304a84bd5b628b0ed7ec4b369084b6154ec99f4f3e3fbaa3bf
sha256sums =
61cd00e2981843bdeffe36767da20f09df1ca47cf814caf95d881c5c703f2004
pkgname = gitlab-container-registry
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=gitlab-container-registry
_pkgname=container-registry
-pkgver=4.13.0
+pkgver=4.14.0
pkgrel=1
pkgdesc='GitLab Container Registry daemon'
url="https://gitlab.com/gitlab-org/$_pkgname"
@@ -13,7 +13,7 @@ backup=("etc/$pkgname/config.yml")
_archive="$_pkgname-v$pkgver-gitlab"
source=("$url/-/archive/v$pkgver-gitlab/$_archive.tar.bz2"
"$pkgname.service")
-sha256sums=('5171ee01663be2b7e989f90c62ebabc4f706b9bd8eee2aeea2c6f02fab790106'
+sha256sums=('df267c95bc959d304a84bd5b628b0ed7ec4b369084b6154ec99f4f3e3fbaa3bf'
'61cd00e2981843bdeffe36767da20f09df1ca47cf814caf95d881c5c703f2004')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-container-registry/-/commit/71bda56bbd63860c67594ff6da837cb5422a6aa3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitlab-container-registry/-/commit/71bda56bbd63860c67594ff6da837cb5422a6aa3
You're receiving this email because of your account on gitlab.archlinux.org.