containerd: update to 1.0.3.
Closes: #13186 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
2a7819be6b
commit
c467cc31f0
1 changed files with 5 additions and 8 deletions
|
@ -1,21 +1,18 @@
|
|||
# Template file for 'containerd'
|
||||
pkgname=containerd
|
||||
version=1.0.2
|
||||
revision=3
|
||||
_subver="rc.1"
|
||||
_ver="$version-$_subver"
|
||||
version=1.0.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/containerd/containerd
|
||||
wrksrc="$pkgname-$_ver"
|
||||
hostmakedepends="git go"
|
||||
hostmakedepends="git"
|
||||
makedepends="libbtrfs-devel"
|
||||
depends="runc"
|
||||
short_desc="An open and reliable container runtime"
|
||||
maintainer="Paul Knopf <pauldotknopf@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containerd/containerd"
|
||||
distfiles="https://github.com/containerd/containerd/archive/v${_ver}.tar.gz"
|
||||
checksum=abece915b8017fa9de9afc1139a6adfbb829f192c707a6a8e13f17f17bb2c602
|
||||
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
|
||||
checksum=299e3a93eac232c1259fe058e724bfc274741b13b9de96116d1f61619bb2789e
|
||||
make_dirs="/var/lib/containerd 0755 root root"
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue