diff options
author | Jake Buchholz <tomalok@gmail.com> | 2019-01-11 03:59:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-11 08:31:30 +0000 |
commit | fe5e1337f8d37e1638e639d67525904c370d9205 (patch) | |
tree | 2931ed656b946c562666b188ba70699cffcfe94b /community | |
parent | 1aa388608bd78dff706d197f0f205996b9f3ee8d (diff) | |
download | aports-fe5e1337f8d37e1638e639d67525904c370d9205.tar.bz2 aports-fe5e1337f8d37e1638e639d67525904c370d9205.tar.xz |
community/containerd: update to 1.2.2
* Update to v1.2.2 - see https://github.com/containerd/containerd/releases/tag/v1.2.2 for release notes
* Use the whole commit hash in containerd --version
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 9dcc27860e..f44b6a63bd 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=9b32062dc1 -pkgver=1.2.1 +_commit=9754871865f7fe2f4e74d43e2fc7ccd237edcbce +pkgver=1.2.2 pkgrel=0 pkgdesc="An open and reliable container runtime" url="https://containerd.io" @@ -42,4 +42,4 @@ package() { install -Dm644 "$builddir"/man/*.5 "$pkgdir"/usr/share/man/man5/ } -sha512sums="0949299afe17e269a6c551e865e500afeeaba700cf78bb12fef4af8e6d48a2f699976e81dad44d797bb13079361f5d5e05e9abe903a3b158af93f2aaa95712e5 containerd-1.2.1.tar.gz" +sha512sums="0fdd8799c5afb75074b6f00d5191e983ff570b323242665055c73b2e7a6bdd74a745e287f4f7b675dde26e8bf083c144104151e794ad24d2a8f6f39ae2ee6fff containerd-1.2.2.tar.gz" |