system/runc: Updated for version 1.0.0_rc6_8084f76.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2019-02-22 22:05:20 +02:00 committed by Willy Sudiarto Raharjo
parent d945102b2a
commit 61e5cc3404
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=runc PRGNAM=runc
VERSION=${VERSION:-1.0.0_rc6_6635b4f} VERSION=${VERSION:-1.0.0_rc6_8084f76}
GITHASH=${GITHASH:-6635b4f0c6af3810594d2770f662f34ddc15b40d} GITHASH=${GITHASH:-8084f7611e4677174c8dbeb17152f3390fa41952}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="runc" PRGNAM="runc"
VERSION="1.0.0_rc6_6635b4f" VERSION="1.0.0_rc6_8084f76"
HOMEPAGE="https://github.com/opencontainers/runc" HOMEPAGE="https://github.com/opencontainers/runc"
DOWNLOAD="UNSUPPORTED" DOWNLOAD="UNSUPPORTED"
MD5SUM="" MD5SUM=""
DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/6635b4f/runc-6635b4f0c6af3810594d2770f662f34ddc15b40d.tar.gz" DOWNLOAD_x86_64="https://github.com/opencontainers/runc/archive/8084f76/runc-8084f7611e4677174c8dbeb17152f3390fa41952.tar.gz"
MD5SUM_x86_64="af1d3202e57809bf8629f093d7acace6" MD5SUM_x86_64="4b48d73ad5764ecbd6f002681d0b5e42"
REQUIRES="google-go-lang libseccomp" REQUIRES="google-go-lang libseccomp"
MAINTAINER="Audrius Kažukauskas" MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt" EMAIL="audrius@neutrino.lt"