system/runc: Updated for version 1.0.0-rc93

Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gustavo B. Schenkel 2021-04-25 18:31:29 -03:00 committed by Willy Sudiarto Raharjo
parent 342e5a0bdc
commit fb3b39f26c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=runc
VERSION=${VERSION:-1.0.0_rc92}
GITHASH=${GITHASH:-ff819c7e9184c13b7c2607fe6c30ae19403a7aff}
VERSION=${VERSION:-1.0.0_rc93}
GITHASH=${GITHASH:-12644e614e25b05da6fd08a38ffa0cfe1903fdec}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="runc"
VERSION="1.0.0_rc92"
VERSION="1.0.0_rc93"
HOMEPAGE="https://github.com/opencontainers/runc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.0.0-rc92/runc-1.0.0-rc92.tar.gz"
MD5SUM_x86_64="7c4dcdf8d481c8d25b88af3f40846a4b"
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/v1.0.0-rc93/runc-1.0.0-rc93.tar.gz"
MD5SUM_x86_64="c40f24252570551d02d73eefb064f40c"
REQUIRES="google-go-lang libseccomp"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"