mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
containerd: update to 1.1.7.
This commit is contained in:
parent
c98272f1fd
commit
6fdd6b8e42
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'containerd'
|
# Template file for 'containerd'
|
||||||
pkgname=containerd
|
pkgname=containerd
|
||||||
version=1.1.6
|
version=1.1.7
|
||||||
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
|
||||||
${go_import_path}/cmd/containerd-release
|
${go_import_path}/cmd/containerd-release
|
||||||
${go_import_path}/cmd/containerd-shim
|
${go_import_path}/cmd/containerd-shim
|
||||||
${go_import_path}/cmd/ctr"
|
${go_import_path}/cmd/ctr"
|
||||||
go_ldflags="-X ${go_import_path}/version.Version=${version} -X ${go_import_path}/version.Revision=UNSET"
|
go_ldflags="-X ${go_import_path}/version.Version=${version}
|
||||||
|
-X ${go_import_path}/version.Revision=UNSET"
|
||||||
go_build_tags="seccomp apparmor"
|
go_build_tags="seccomp apparmor"
|
||||||
hostmakedepends="pkg-config go-md2man"
|
hostmakedepends="pkg-config go-md2man"
|
||||||
makedepends="libbtrfs-devel libseccomp-devel"
|
makedepends="libbtrfs-devel libseccomp-devel"
|
||||||
|
@ -18,7 +19,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
||||||
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=d7bffb741fe77ff1bd7df4aa44be849e36e7d862d31a15ac08af7251cc7db189
|
checksum=4cbf55c85f5e6dd08afa13bf72cc426fba43eacb545f6b69c0fcb62acac900d8
|
||||||
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