Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
crun


Commits:
e3c26142 by Frederik Schwan at 2024-02-08T19:46:24+01:00
upgpkg: 1.14.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.14
+       pkgver = 1.14.1
        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.14/crun-1.14.tar.xz
-       source = 
https://github.com/containers/crun/releases/download/1.14/crun-1.14.tar.xz.asc
+       source = 
https://github.com/containers/crun/releases/download/1.14.1/crun-1.14.1.tar.xz
+       source = 
https://github.com/containers/crun/releases/download/1.14.1/crun-1.14.1.tar.xz.asc
        validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
-       sha256sums = 
d05d53929a83b1f303545e358c89ed1c545916b64fb00ac99b385861f7a188e5
+       sha256sums = 
c416560f158c4a4a27d239f21a3809e5fd52fbf2106b0c5319343973508d1cec
        sha256sums = SKIP
 
 pkgname = crun


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: hexchian <i at hexchain dot org>
 
 pkgname=crun
-pkgver=1.14
+pkgver=1.14.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=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('d05d53929a83b1f303545e358c89ed1c545916b64fb00ac99b385861f7a188e5'
+sha256sums=('c416560f158c4a4a27d239f21a3809e5fd52fbf2106b0c5319343973508d1cec'
             'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/e3c261421ea319ed4a0483d3c6c81024048f9c2f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crun/-/commit/e3c261421ea319ed4a0483d3c6c81024048f9c2f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to