mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/runc: bump to version 1.3.0
For release notes since version 1.2.4, see: https://github.com/opencontainers/runc/releases Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Christian Stewart <christian@aperture.us> [Julien: add link to release notes] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
faff38912b
commit
ad46554dc0
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 9785c144c97974b52b6091b7a79168b73681ff574bc8438b44f3f5f8c112f171 runc-1.2.4-go2.tar.gz
|
||||
sha256 3262492ce42bea0919ee1a2d000b6f303fd14877295bc38d094876b55fdd448b runc-1.3.0-go2.tar.gz
|
||||
sha256 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RUNC_VERSION = 1.2.4
|
||||
RUNC_VERSION = 1.3.0
|
||||
RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
|
||||
RUNC_LICENSE = Apache-2.0, LGPL-2.1 (libseccomp)
|
||||
RUNC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user