aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2019-04-06 18:43:03 +0000
committerAndy Postnikov <apostnikov@gmail.com>2019-04-08 05:13:58 +0300
commitb306faf6a02ee0ffbedc522504d47e714caaff7b (patch)
tree6eb1a0e9109e49c72036c0c6ce9889364af40b4f /community
parent9148113f3734fc38c84541a27bf48341d8a3bfdc (diff)
downloadaports-b306faf6a02ee0ffbedc522504d47e714caaff7b.tar.bz2
aports-b306faf6a02ee0ffbedc522504d47e714caaff7b.tar.xz
community/runc: patch for containerd-1.2.6
Upgrading to the commit specified by containerd-1.2.6, see related PR #XXXX.
Diffstat (limited to 'community')
-rw-r--r--community/runc/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD
index e0bd4c6944..e2112c71c3 100644
--- a/community/runc/APKBUILD
+++ b/community/runc/APKBUILD
@@ -5,13 +5,13 @@ pkgname=runc
pkgdesc="CLI tool for spawning and running containers according to the OCI specification"
url="https://www.opencontainers.org"
-_commit=69ae5da6afdcaaf38285a10b36f362e41cb298d6
+_commit=029124da7af7360afa781a0234d1b083550f797c
pkgver=1.0.0_rc7
-pkgrel=0
+pkgrel=1
-_ver=v${pkgver/_rc/-rc}
+#_ver=v${pkgver/_rc/-rc}
# if we're building against an explicit commit beyond pkgver, use this instead:
-#_ver=${_commit}
+_ver=${_commit}
arch="all"
license="Apache-2.0"
@@ -46,4 +46,4 @@ package() {
install -Dm644 "$builddir"/man/man8/* "$pkgdir"/usr/share/man/man8/
}
-sha512sums="c885f37b47a439a401e2c6bc3127ef5ba36e11159d744de70f10c360c7413cda5f1850918e54aabbba963e4b879041d2e7e0dd1ec11488674d65f17f3f7c609c runc-v1.0.0-rc7.tar.gz"
+sha512sums="54eccc1ece8f58e90655538938c64289bc4a6180d3abd074d9f5f48f0dd1e2c0139e603e26235ec3efc104f98efbc987207db42490d29a523c52f3526a01e163 runc-029124da7af7360afa781a0234d1b083550f797c.tar.gz"