runc: New version 1.1.4 (#34815)

This commit is contained in:
Erik Schnetter 2023-01-10 19:07:56 -05:00 committed by GitHub
parent 8d83af732a
commit 881a0d4462
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.4", sha256="9f5972715dffb0b2371e4d678c1206cc8c4ec5eb80f2d48755d150bac49be35b")
version("1.0.2", sha256="740acb49e33eaf4958b5109c85363c1d3900f242d4cab47fbdbefa6f8f3c6909") version("1.0.2", sha256="740acb49e33eaf4958b5109c85363c1d3900f242d4cab47fbdbefa6f8f3c6909")
depends_on("go", type="build") depends_on("go", type="build")