Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
crun
Commits:
4ea8724d by Frederik Schwan at 2024-10-22T19:18:13+02:00
upgpkg: 1.18-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.17
+ pkgver = 1.18
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.17?signed
+ source = git+https://github.com/containers/crun.git#tag=1.18?signed
validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
- sha256sums =
0b38d5e089eb02bd39eb70f7cdccd3fa896bcf553c803b5b4ddeaf6caa26b4be
+ sha256sums =
c6e1c587bef847e0b86eca8445a99639218fe08f6ecea560f77ce833bc4e145d
pkgname = crun
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: hexchian <i at hexchain dot org>
pkgname=crun
-pkgver=1.17
+pkgver=1.18
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=('0b38d5e089eb02bd39eb70f7cdccd3fa896bcf553c803b5b4ddeaf6caa26b4be')
+sha256sums=('c6e1c587bef847e0b86eca8445a99639218fe08f6ecea560f77ce833bc4e145d')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/4ea8724d98ee3129341ad7f05e90d73db60d42cd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/4ea8724d98ee3129341ad7f05e90d73db60d42cd
You're receiving this email because of your account on gitlab.archlinux.org.