mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
containerd: update to 1.1.0.
This commit is contained in:
parent
06e2ab9bda
commit
1910aa862c
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'containerd'
|
# Template file for 'containerd'
|
||||||
pkgname=containerd
|
pkgname=containerd
|
||||||
version=1.0.3
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/containerd/containerd
|
go_import_path=github.com/containerd/containerd
|
||||||
hostmakedepends="git"
|
hostmakedepends="git pkg-config"
|
||||||
makedepends="libbtrfs-devel"
|
makedepends="libbtrfs-devel libseccomp-devel"
|
||||||
depends="runc"
|
depends="runc"
|
||||||
short_desc="An open and reliable container runtime"
|
short_desc="An open and reliable container runtime"
|
||||||
maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
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=299e3a93eac232c1259fe058e724bfc274741b13b9de96116d1f61619bb2789e
|
checksum=08f057ece7e518b14cce2e9737228a5a899a7b58b78248a03e02f4a6c079eeaf
|
||||||
make_dirs="/var/lib/containerd 0755 root root"
|
make_dirs="/var/lib/containerd 0755 root root"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue