Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
crun
Commits:
5f44d4e8 by Frederik Schwan at 2023-09-28T12:16:23+02:00
upgpkg: 1.9.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.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/containers/crun
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = crun
depends = libseccomp
depends = criu
provides = oci-runtime
- source =
https://github.com/containers/crun/releases/download/1.9.1/crun-1.9.1.tar.xz
- source =
https://github.com/containers/crun/releases/download/1.9.1/crun-1.9.1.tar.xz.asc
+ source =
https://github.com/containers/crun/releases/download/1.9.2/crun-1.9.2.tar.xz
+ source =
https://github.com/containers/crun/releases/download/1.9.2/crun-1.9.2.tar.xz.asc
validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
- sha256sums =
b8771ced7be6f248c89f7f2f5dcdea6b4397bd27a99481862c3d62fb520f595e
+ sha256sums =
0df37442265fc39b6aabd29a00240ff0ebd3baee872d2b2f62d8e72b1e646de0
sha256sums = SKIP
pkgname = crun
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: hexchian <i at hexchain dot org>
pkgname=crun
-pkgver=1.9.1
+pkgver=1.9.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=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('b8771ced7be6f248c89f7f2f5dcdea6b4397bd27a99481862c3d62fb520f595e'
+sha256sums=('0df37442265fc39b6aabd29a00240ff0ebd3baee872d2b2f62d8e72b1e646de0'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/5f44d4e8d9dd4abd074e92212f4f121418ec479a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/5f44d4e8d9dd4abd074e92212f4f121418ec479a
You're receiving this email because of your account on gitlab.archlinux.org.