summaryrefslogtreecommitdiff
path: root/runc
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2021-01-26 14:43:37 -0600
committerMatt Housh <jaeger@crux.ninja>2021-01-26 14:43:37 -0600
commit9743ef8edd32fa4329466653d327236575c43ced (patch)
tree7a5c7bfb1f9e34803a61be4f7fe45bed43e3d456 /runc
parent7bbcd7fa98c59d03752df895c11392ac0a8abb74 (diff)
downloadcontrib-9743ef8edd32fa4329466653d327236575c43ced.tar.gz
contrib-9743ef8edd32fa4329466653d327236575c43ced.tar.xz
runc: updated to version 1.0.0-rc92
Diffstat (limited to 'runc')
-rw-r--r--runc/.signature8
-rw-r--r--runc/Pkgfile8
2 files changed, 8 insertions, 8 deletions
diff --git a/runc/.signature b/runc/.signature
index bd4984e3f..4910cd120 100644
--- a/runc/.signature
+++ b/runc/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33n1ZFnRNSw56/cn91SVLWcFuPgqvzax99ciEvrL2sLXIoxyQty+kG0Cd3PEXlzdfnXSKkKI8LeRXALHHpoXOwo=
-SHA256 (Pkgfile) = 9b2bad06476683420c038a0948c684089f9e441ddc174182a17bd6b7e6b088e8
+RWSagIOpLGJF30/oNiIWecxUwws025A2JcSVDHD6sFbLhdrf2mVtVQ8VSO6HvFEdKwWxNLctes55vs2iRZnzOFUqlrbIuQXsiw0=
+SHA256 (Pkgfile) = abd522e1325ae676220d8b6229ea5c4bca668e8ae59c1ccf822e8edf0fa646e4
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
-SHA256 (runc-1.0.0-rc10.tar.xz) = b43dc865d5321df034b2e518ff56f03045957e9615c439c7bd105d3ea887c7aa
-SHA256 (runc-man-pages-1.0.0-rc10.tar.xz) = 45cfd6d0f006b6a1aa3d949fd62d28e42f083527d71913072fb3034c2f0e19fc
+SHA256 (runc-1.0.0-rc92.tar.gz) = 28378df983a3c586ed3ec8c76a774a9b10f36a0c323590a284b801cce95cc61f
+SHA256 (runc-man-pages-1.0.0-rc92.tar.xz) = 7a6e779202e75a2e6b21ce492f9a4957648208b77e083a93000eeb52fad2527b
diff --git a/runc/Pkgfile b/runc/Pkgfile
index fd6ccf333..137e7b74b 100644
--- a/runc/Pkgfile
+++ b/runc/Pkgfile
@@ -1,12 +1,12 @@
# Description: a lightweight universal runtime container
-# URL: https://runc.io/
+# URL: https://github.com/opencontainers/runc
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: go libseccomp git
name=runc
-version=1.0.0-rc10
+version=1.0.0-rc92
release=1
-source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz \
+source=(https://github.com/opencontainers/runc/archive/v${version}/$name-${version}.tar.gz \
http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz)
build() {
@@ -17,7 +17,7 @@ build() {
export GOPATH=$SRC
export BUILDTAGS="seccomp"
# use the long commit hash here
- make COMMIT=dc9208a3303feef5b3839f4323d9beb36df0a9dd
+ make COMMIT=ff819c7e9184c13b7c2607fe6c30ae19403a7aff
install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8

Generated by cgit