diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:34:07 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:34:07 +0000 |
| commit | 857d6ee9d2cda39503718fd570a3aa460c18cc70 (patch) | |
| tree | 16475a7a45f7a0ab1412dbb474628ca12f405db8 /repos/extra/runc | |
| parent | c78af9a7fa727d9b60231da0ea2ddd2d3091b850 (diff) | |
| download | alicelinux-857d6ee9d2cda39503718fd570a3aa460c18cc70.tar.gz alicelinux-857d6ee9d2cda39503718fd570a3aa460c18cc70.zip | |
runc: updated to 1.4.0
Diffstat (limited to 'repos/extra/runc')
| -rw-r--r-- | repos/extra/runc/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/runc/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/runc/.checksum b/repos/extra/runc/.checksum index ca0da3da..b4b297eb 100644 --- a/repos/extra/runc/.checksum +++ b/repos/extra/runc/.checksum @@ -1 +1 @@ -d7be81b7ca62bd6ff954b99e5c69584d0025ac8ff06e0daf26e72bf11c7cdd2a runc-v1.3.3.tar.gz +f12df5d01fcb0f6bfdfee173212062817c1f8e9ed60e735314c5277ed1db650c runc-v1.4.0.tar.gz diff --git a/repos/extra/runc/abuild b/repos/extra/runc/abuild index 7a85c4ce..38d6e23a 100644 --- a/repos/extra/runc/abuild +++ b/repos/extra/runc/abuild @@ -1,5 +1,5 @@ name=runc -version=1.3.3 +version=1.4.0 release=1 source="https://github.com/opencontainers/${name}/archive/v${version}/${name}-v${version}.tar.gz" |