diff options
author | Jake Buchholz <tomalok@gmail.com> | 2019-12-04 04:43:27 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-04 13:36:39 +0100 |
commit | 77d043d6be8d72bf020af11ee66c49795c41759b (patch) | |
tree | f8b27e4d644a96677b1823eabd85c58a9ae91797 /community | |
parent | dde225b4e88039a27e1ee33216a79c56775c446b (diff) | |
download | aports-77d043d6be8d72bf020af11ee66c49795c41759b.tar.bz2 aports-77d043d6be8d72bf020af11ee66c49795c41759b.tar.xz |
community/containerd: update to 1.3.2
Fixes a race condition related to the reported pid on exit when called from Docker. For more release information, see https://github.com/containerd/containerd/releases/tag/v1.3.2
Diffstat (limited to 'community')
-rw-r--r-- | community/containerd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD index c30269c68e..e3412911b8 100644 --- a/community/containerd/APKBUILD +++ b/community/containerd/APKBUILD @@ -4,8 +4,8 @@ pkgname=containerd # NOTE: containerd's Makefile tries to get REVISION from git, but we're building from a tarball. -_commit=c7a4f874b3267c499484aae602d1257b12d69e40 -pkgver=1.3.1 +_commit=ff48f57fc83a8c44cf4ad5d672424a98ba37ded6 +pkgver=1.3.2 pkgrel=0 pkgdesc="An open and reliable container runtime" url="https://containerd.io" @@ -55,4 +55,4 @@ package() { install -Dm644 "$builddir"/man/*.5 "$pkgdir"/usr/share/man/man5/ } -sha512sums="4991286d1a8a221dad24121c5e6cd31a00685d91e652546d0d97745624486450bc05ff4f889f2975c178c4c175fedd7b15f89121a7ce4e6687919aabd04501b4 containerd-1.3.1.tar.gz" +sha512sums="768a19eb0829e196a61ddedaa11b0d6691caf8f9cc590a3e47ac77c1acad62e64b7a55017a1a6cccfcb87785a083d5ce131048b0e39e48c65e6cd5922382fc3c containerd-1.3.2.tar.gz" |