mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
containerd: update to 1.7.2, orphan
This commit is contained in:
parent
e2a95ea885
commit
b8e473edd4
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'containerd'
|
# Template file for 'containerd'
|
||||||
pkgname=containerd
|
pkgname=containerd
|
||||||
version=1.6.10
|
version=1.7.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/containerd/containerd
|
go_import_path=github.com/containerd/containerd
|
||||||
go_package="${go_import_path}/cmd/containerd
|
go_package="${go_import_path}/cmd/containerd
|
||||||
|
@ -16,11 +16,11 @@ hostmakedepends="pkg-config go-md2man"
|
||||||
makedepends="libbtrfs-devel libseccomp-devel"
|
makedepends="libbtrfs-devel libseccomp-devel"
|
||||||
depends="runc"
|
depends="runc"
|
||||||
short_desc="Open and reliable container runtime"
|
short_desc="Open and reliable container runtime"
|
||||||
maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/containerd/containerd"
|
homepage="https://github.com/containerd/containerd"
|
||||||
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
|
||||||
checksum=57be0d7b448abc83f2d1e0045864ffec83e6afa0c7e54548b50d67152686745e
|
checksum=68d20562c3164f61f2ec6951edb002bf12cd58b21448e0ab04c5ec56d4dcac43
|
||||||
make_dirs="/var/lib/containerd 0755 root root"
|
make_dirs="/var/lib/containerd 0755 root root"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue