Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
crun
Commits:
70f6e83c by Frederik Schwan at 2024-12-06T16:16:29+01:00
upgpkg: 1.19-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = crun
pkgdesc = A fast and lightweight fully featured OCI runtime and C
library for running containers
- pkgver = 1.18.2
- pkgrel = 2
+ pkgver = 1.19
+ pkgrel = 1
url = https://github.com/containers/crun
arch = x86_64
license = LGPL
@@ -16,8 +16,8 @@ pkgbase = crun
depends = libseccomp
depends = criu
provides = oci-runtime
- source = git+https://github.com/containers/crun.git#tag=1.18.2?signed
+ source = git+https://github.com/containers/crun.git#tag=1.19?signed
validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
- sha256sums =
0e536c6b600f55c05b9c7955915832fde5344943bbc32d6910362b64d9d15ca5
+ sha256sums =
4a6a8c90475cf55b955215fc36cb81601050f138c5c487775be29c286fb05a25
pkgname = crun
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: hexchian <i at hexchain dot org>
pkgname=crun
-pkgver=1.18.2
-pkgrel=2
+pkgver=1.19
+pkgrel=1
pkgdesc="A fast and lightweight fully featured OCI runtime and C library for
running containers"
url="https://github.com/containers/crun"
license=('LGPL')
@@ -13,7 +13,7 @@ depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
source=("git+https://github.com/containers/crun.git#tag=$pkgver?signed")
validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('0e536c6b600f55c05b9c7955915832fde5344943bbc32d6910362b64d9d15ca5')
+sha256sums=('4a6a8c90475cf55b955215fc36cb81601050f138c5c487775be29c286fb05a25')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/70f6e83c1f6d76710efed5292a9b1f8b6f5b6e7c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/70f6e83c1f6d76710efed5292a9b1f8b6f5b6e7c
You're receiving this email because of your account on gitlab.archlinux.org.