Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
runc
Commits:
213fa8c7 by Frederik Schwan at 2024-01-31T21:22:13+01:00
upgpkg: 1.1.12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = runc
pkgdesc = CLI tool for managing OCI compliant containers
- pkgver = 1.1.11
+ pkgver = 1.1.12
pkgrel = 1
url = https://runc.io/
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = runc
depends = libseccomp
optdepends = criu: checkpoint support
provides = oci-runtime
- source =
runc-1.1.11.tar.xz::https://github.com/opencontainers/runc/releases/download/v1.1.11/runc.tar.xz
- source =
runc-1.1.11.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v1.1.11/runc.tar.xz.asc
+ source =
runc-1.1.12.tar.xz::https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.tar.xz
+ source =
runc-1.1.12.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.tar.xz.asc
validpgpkeys = 5F36C6C61B5460124A75F5A69E18AA267DDB8DB4
validpgpkeys = C9C370B246B09F6DBCFC744C34401015D1D2D386
- sha256sums =
90a9f8a0093f9e06900e393c11c6b61c597eaf7f9e149aa3aad743961ed25478
+ sha256sums =
47d9e34500e478d860512b3b646724ee4b9e638692122ddaa82af417668ca4d7
sha256sums = SKIP
pkgname = runc
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Sébastien "Seblu" Luttringer
pkgname=runc
-pkgver=1.1.11
+pkgver=1.1.12
pkgrel=1
pkgdesc='CLI tool for managing OCI compliant containers'
arch=(x86_64)
@@ -19,7 +19,7 @@
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/opencontainers/runc/rel
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz.asc")
validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
"C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('90a9f8a0093f9e06900e393c11c6b61c597eaf7f9e149aa3aad743961ed25478'
+sha256sums=('47d9e34500e478d860512b3b646724ee4b9e638692122ddaa82af417668ca4d7'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/runc/-/commit/213fa8c7528c54b907bed8f81b103c98c161f2f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/runc/-/commit/213fa8c7528c54b907bed8f81b103c98c161f2f2
You're receiving this email because of your account on gitlab.archlinux.org.