Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
crun
Commits:
9c61ebc7 by Frederik Schwan at 2024-09-09T17:19:01+02:00
upgpkg: 1.17-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.16.1
+ pkgver = 1.17
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.16.1?signed
+ source = git+https://github.com/containers/crun.git#tag=1.17?signed
validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
- sha256sums =
23d81e15b5b528f714c9195d89134c266574d56ea2218159014c659e3f132240
+ sha256sums =
0b38d5e089eb02bd39eb70f7cdccd3fa896bcf553c803b5b4ddeaf6caa26b4be
pkgname = crun
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: hexchian <i at hexchain dot org>
pkgname=crun
-pkgver=1.16.1
+pkgver=1.17
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=('23d81e15b5b528f714c9195d89134c266574d56ea2218159014c659e3f132240')
+sha256sums=('0b38d5e089eb02bd39eb70f7cdccd3fa896bcf553c803b5b4ddeaf6caa26b4be')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/9c61ebc7309149d38e751229ea4c85c7ed03231d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/9c61ebc7309149d38e751229ea4c85c7ed03231d
You're receiving this email because of your account on gitlab.archlinux.org.