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