From 674c47ddb1cedb1fcc90aab948b44bca3e48dfb7 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Thu, 23 Jul 2020 21:49:10 +0200 Subject: [PATCH] runc: bump after libseccomp update --- root-packages/runc/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root-packages/runc/build.sh b/root-packages/runc/build.sh index bfd5b9809..742a8fc7b 100644 --- a/root-packages/runc/build.sh +++ b/root-packages/runc/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A tool for spawning and running containers according to TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="Leonid Pliushch " TERMUX_PKG_VERSION=1.0.0-rc91 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/opencontainers/runc/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=1f4cd908e3d8582e2709aadcb6e6038f545a04679187cb5c3a137505873ae7c4 TERMUX_PKG_DEPENDS="libseccomp"