Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
crun
Commits:
785ef181 by Frederik Schwan at 2024-10-31T17:44:09+01:00
upgpkg: 1.18.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = crun
pkgdesc = A fast and lightweight fully featured OCI runtime and C
library for running containers
- pkgver = 1.18.1
+ pkgver = 1.18.2
pkgrel = 1
url = https://github.com/containers/crun
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = crun
depends = libseccomp
depends = criu
provides = oci-runtime
- source = git+https://github.com/containers/crun.git#tag=1.18.1?signed
+ source = git+https://github.com/containers/crun.git#tag=1.18.2?signed
validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
- sha256sums =
ec598f61ce23a17378c7f41395384ad0bf1a7b7cb7b635c5599bbc2e13caaed4
+ sha256sums =
0e536c6b600f55c05b9c7955915832fde5344943bbc32d6910362b64d9d15ca5
pkgname = crun
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: hexchian <i at hexchain dot org>
pkgname=crun
-pkgver=1.18.1
+pkgver=1.18.2
pkgrel=1
pkgdesc="A fast and lightweight fully featured OCI runtime and C library for
running containers"
url="https://github.com/containers/crun"
@@ -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=('ec598f61ce23a17378c7f41395384ad0bf1a7b7cb7b635c5599bbc2e13caaed4')
+sha256sums=('0e536c6b600f55c05b9c7955915832fde5344943bbc32d6910362b64d9d15ca5')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/785ef18103f049dfedcad8784bbbded01cfa9996
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/785ef18103f049dfedcad8784bbbded01cfa9996
You're receiving this email because of your account on gitlab.archlinux.org.