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'
|
||||
pkgname=containerd
|
||||
version=1.1.6
|
||||
revision=2
|
||||
version=1.1.7
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containerd/containerd
|
||||
go_package="${go_import_path}/cmd/containerd
|
||||
${go_import_path}/cmd/containerd-release
|
||||
${go_import_path}/cmd/containerd-shim
|
||||
${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"
|
||||
hostmakedepends="pkg-config go-md2man"
|
||||
makedepends="libbtrfs-devel libseccomp-devel"
|
||||
|
@ -18,7 +19,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/containerd/containerd"
|
||||
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
|
||||
checksum=d7bffb741fe77ff1bd7df4aa44be849e36e7d862d31a15ac08af7251cc7db189
|
||||
checksum=4cbf55c85f5e6dd08afa13bf72cc426fba43eacb545f6b69c0fcb62acac900d8
|
||||
make_dirs="/var/lib/containerd 0755 root root"
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in a new issue