diff --git a/root-packages/runc/build.sh b/root-packages/runc/build.sh index 68986e98e..b0038c7b6 100644 --- a/root-packages/runc/build.sh +++ b/root-packages/runc/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.opencontainers.org/ TERMUX_PKG_DESCRIPTION="A tool for spawning and running containers according to the OCI specification" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="Leonid Pliushch " -TERMUX_PKG_VERSION=1.0.0-rc91 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION=1.0.0-rc92 TERMUX_PKG_SRCURL=https://github.com/opencontainers/runc/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=1f4cd908e3d8582e2709aadcb6e6038f545a04679187cb5c3a137505873ae7c4 +TERMUX_PKG_SHA256=28378df983a3c586ed3ec8c76a774a9b10f36a0c323590a284b801cce95cc61f TERMUX_PKG_DEPENDS="libseccomp" termux_step_make() {