* update crun to 1.19.1-1
This commit is contained in:
parent
82a1787860
commit
fcb973bd31
@ -1,6 +1,6 @@
|
||||
pkgbase = crun
|
||||
pkgdesc = A fast and lightweight fully featured OCI runtime and C library for running containers
|
||||
pkgver = 1.18.2
|
||||
pkgver = 1.19.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/containers/crun
|
||||
arch = x86_64
|
||||
@ -19,9 +19,9 @@ pkgbase = crun
|
||||
depends = libcap
|
||||
depends = libseccomp
|
||||
provides = oci-runtime
|
||||
source = git+https://github.com/containers/crun.git#tag=1.18.2?signed
|
||||
source = git+https://github.com/containers/crun.git#tag=1.19.1?signed
|
||||
validpgpkeys = AC404C1C0BF735C63FF4D562263D6DF2E163E1EA
|
||||
sha256sums = 0e536c6b600f55c05b9c7955915832fde5344943bbc32d6910362b64d9d15ca5
|
||||
sha256sums = 61ec3eb34cf423eb572c84d5d4144f9c26af0e1c8211139914d923747995cdb2
|
||||
depends_x86_64 = criu
|
||||
depends_powerpc64le = criu
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Contributor: hexchian <i at hexchain dot org>
|
||||
|
||||
pkgname=crun
|
||||
pkgver=1.18.2
|
||||
pkgver=1.19.1
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers"
|
||||
url="https://github.com/containers/crun"
|
||||
@ -16,7 +16,7 @@ depends_x86_64=('criu')
|
||||
makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
|
||||
source=("git+https://github.com/containers/crun.git#tag=$pkgver?signed")
|
||||
validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
|
||||
sha256sums=('0e536c6b600f55c05b9c7955915832fde5344943bbc32d6910362b64d9d15ca5')
|
||||
sha256sums=('61ec3eb34cf423eb572c84d5d4144f9c26af0e1c8211139914d923747995cdb2')
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
|
Loading…
x
Reference in New Issue
Block a user