diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 18:03:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 18:35:24 -0300 |
commit | 4aa2e033910139574bfe0102d87788ccd97eef99 (patch) | |
tree | 5c8e30b0976353b27c8d63237b51307e2d5a3c11 /community | |
parent | 3630b0d3dea91c2231c99b256b33d67e0496fe56 (diff) | |
download | aports-4aa2e033910139574bfe0102d87788ccd97eef99.tar.bz2 aports-4aa2e033910139574bfe0102d87788ccd97eef99.tar.xz |
community/containerd: upgrade to 1.2.8
Diffstat (limited to 'community')
-rw-r--r-- | community/containerd/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD index 18e12db9bd..0a78566665 100644 --- a/community/containerd/APKBUILD +++ b/community/containerd/APKBUILD @@ -4,9 +4,9 @@ pkgname=containerd # NOTE: containerd's Makefile tries to get REVISION from git, but we're building from a tarball. -_commit=85f6aa58b8a3170aec9824568f7a31832878b603 -pkgver=1.2.7 -pkgrel=1 +_commit=a4bc1d432a2c33aa2eed37f338dceabb93641310 +pkgver=1.2.8 +pkgrel=0 pkgdesc="An open and reliable container runtime" url="https://containerd.io" arch="all" @@ -32,12 +32,10 @@ build() { } check() { - cd "$builddir" ./bin/containerd --version } package() { - cd "$builddir" install -d "$pkgdir"/usr/bin/ install -Dsm755 "$builddir"/bin/* "$pkgdir"/usr/bin/ install -d "$pkgdir"/usr/share/man/man1/ @@ -46,4 +44,4 @@ package() { install -Dm644 "$builddir"/man/*.5 "$pkgdir"/usr/share/man/man5/ } -sha512sums="b96ca236d28933c1bf309fc7204af7d2c356e19af394d5c2274a178c8f15298faf6ca9bb8e7d04acb7c3c9c41035446643a8df0103017f7ed0320bfc37cb8ca9 containerd-1.2.7.tar.gz" +sha512sums="384cc0cf837986a77dee9ece36d79c9bc37078bef4217824231e7b89db62b04cacb26963dc8693ae47a1cd40f1094e5da4f86a9f8ae5b2a851f4a506b020a3fe containerd-1.2.8.tar.gz" |