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