runc: updated to version 1.0.0-rc93

This commit is contained in:
Matt Housh 2021-03-06 13:10:13 -06:00
parent 0344a74dc4
commit 9c3fdb7d0d
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30/oNiIWecxUwws025A2JcSVDHD6sFbLhdrf2mVtVQ8VSO6HvFEdKwWxNLctes55vs2iRZnzOFUqlrbIuQXsiw0=
SHA256 (Pkgfile) = abd522e1325ae676220d8b6229ea5c4bca668e8ae59c1ccf822e8edf0fa646e4
RWSagIOpLGJF39vlU3aonn4+9rW8mn3vhfACKuauN091nDdhrSkGi3/wtchGYh+iC+EhpoLgBF/4Ts3sBNpRp1i5jfcgnWSizg4=
SHA256 (Pkgfile) = e81dd36e11320132772b8b43c0dc899a3a46d64ab2ecb8ce03888edfd52c991c
SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300
SHA256 (runc-1.0.0-rc92.tar.gz) = 28378df983a3c586ed3ec8c76a774a9b10f36a0c323590a284b801cce95cc61f
SHA256 (runc-man-pages-1.0.0-rc92.tar.xz) = 7a6e779202e75a2e6b21ce492f9a4957648208b77e083a93000eeb52fad2527b
SHA256 (runc-1.0.0-rc93.tar.gz) = e42456078d2f76c925cdd656e4f423b918525d8188521de05e893b6bb473a6f8
SHA256 (runc-man-pages-1.0.0-rc93.tar.xz) = ca2c15ab5042f01f1f260ea843d7327a818aab729c8c465e736c097e820b491f

View File

@ -4,7 +4,7 @@
# Depends on: go libseccomp git
name=runc
version=1.0.0-rc92
version=1.0.0-rc93
release=1
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)
@ -17,7 +17,7 @@ build() {
export GOPATH=$SRC
export BUILDTAGS="seccomp"
# use the long commit hash here
make COMMIT=ff819c7e9184c13b7c2607fe6c30ae19403a7aff
make COMMIT=12644e614e25b05da6fd08a38ffa0cfe1903fdec
install -D -m 0755 $name $PKG/usr/bin/$name
install -d -m 0755 $PKG/usr/share/man/man8