runc: add v1.1.6 (#37308)

This commit is contained in:
Alec Scott 2023-05-10 01:47:44 -07:00 committed by GitHub
parent f92b5d586f
commit a8114ec52c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class Runc(MakefilePackage):
url = "https://github.com/opencontainers/runc/releases/download/v1.0.2/runc.tar.xz" url = "https://github.com/opencontainers/runc/releases/download/v1.0.2/runc.tar.xz"
maintainers("bernhardkaindl") maintainers("bernhardkaindl")
version("1.1.6", sha256="548506fc1de8f0a4790d8e937eeede17db4beb79c53d66acb4f7ec3edbc31668")
version("1.1.4", sha256="9f5972715dffb0b2371e4d678c1206cc8c4ec5eb80f2d48755d150bac49be35b") version("1.1.4", sha256="9f5972715dffb0b2371e4d678c1206cc8c4ec5eb80f2d48755d150bac49be35b")
version("1.0.2", sha256="740acb49e33eaf4958b5109c85363c1d3900f242d4cab47fbdbefa6f8f3c6909") version("1.0.2", sha256="740acb49e33eaf4958b5109c85363c1d3900f242d4cab47fbdbefa6f8f3c6909")