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"