aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2020-04-18 00:40:16 +0000
committerJake Buchholz <tomalok@gmail.com>2020-04-18 00:40:16 +0000
commitf5b82344650fc62c10ca4a83ab1b9f34f0dfcf72 (patch)
tree1e3fc00557aa669f047c8f05d99bb87a7e238200 /community
parent0c386d4458746d4c9f47ef565f70e29f2457101e (diff)
downloadaports-f5b82344650fc62c10ca4a83ab1b9f34f0dfcf72.tar.bz2
aports-f5b82344650fc62c10ca4a83ab1b9f34f0dfcf72.tar.xz
community/containerd: upgrade to 1.3.4
more information at https://github.com/containerd/containerd/releases/tag/v1.3.4
Diffstat (limited to 'community')
-rw-r--r--community/containerd/APKBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/containerd/APKBUILD b/community/containerd/APKBUILD
index 7893802c6f..07c3bf65d1 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=d76c121f76a5fc8a462dc64594aea72fe18e1178
-pkgver=1.3.3
+_commit=814b7956fafc7a0980ea07e950f983d0837e5578
+pkgver=1.3.4
pkgrel=0
pkgdesc="An open and reliable container runtime"
url="https://containerd.io"
@@ -41,10 +41,7 @@ build() {
ln -s "$PWD/$pkgname-$pkgver" "$builddir"
cd "$builddir"
make VERSION="v$pkgver" REVISION="$_commit"
- # new generated manpages
- make genman
- # older non-generated manpages
- make MANPAGES="containerd-config.1 containerd-config.toml.5" man
+ make man
}
check() {
@@ -54,10 +51,10 @@ check() {
package() {
install -d "$pkgdir"/usr/bin/
install -Dsm755 "$builddir"/bin/* "$pkgdir"/usr/bin/
- install -d "$pkgdir"/usr/share/man/man1/
- install -Dm644 "$builddir"/man/*.1 "$pkgdir"/usr/share/man/man1/
install -d "$pkgdir"/usr/share/man/man5/
install -Dm644 "$builddir"/man/*.5 "$pkgdir"/usr/share/man/man5/
+ install -d "$pkgdir"/usr/share/man/man8/
+ install -Dm644 "$builddir"/man/*.8 "$pkgdir"/usr/share/man/man8/
}
-sha512sums="8ec9696388c2f21def34396f0dd2432a24d55c9c1b8624e47c51a624ed1fe51fde717015cd891705438c1c317f95c5601e58ceca8b4e5d813f55ff515eb1e269 containerd-1.3.3.tar.gz"
+sha512sums="b186d5aef3e5a0d35c12dcc3cfa5d48a9602f6278c4650942859a1ab6abd1299d33a1bc623376955a834a2626491196b604591d92a05d39745dfc33ff51ad5aa containerd-1.3.4.tar.gz"