From e5eeea36b98a432f9357225014604181ae166416 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Sun, 9 Aug 2020 11:40:58 -0700 Subject: [PATCH] runc: update to 1.0.0r92. --- srcpkgs/runc/patches/nowhich.patch | 13 ------------- srcpkgs/runc/template | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/runc/patches/nowhich.patch diff --git a/srcpkgs/runc/patches/nowhich.patch b/srcpkgs/runc/patches/nowhich.patch deleted file mode 100644 index afdd472d6ec..00000000000 --- a/srcpkgs/runc/patches/nowhich.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git man/md2man-all.sh man/md2man-all.sh -index f850ddf3..aae189da 100755 ---- man/md2man-all.sh -+++ man/md2man-all.sh -@@ -9,7 +9,7 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")" - pwd - } - --if ! ( which go-md2man &>/dev/null ); then -+if ! ( command -v go-md2man &>/dev/null ); then - echo "To install man pages, please install 'go-md2man'." - exit 0 - fi diff --git a/srcpkgs/runc/template b/srcpkgs/runc/template index 6d1488b4142..b2709fa2440 100644 --- a/srcpkgs/runc/template +++ b/srcpkgs/runc/template @@ -1,8 +1,8 @@ # Template file for 'runc' pkgname=runc version=1.0.0 -revision=13 -_subver="rc90" +revision=14 +_subver="rc92" _ver="$version-$_subver" wrksrc="$pkgname-$_ver" build_style=go @@ -15,7 +15,7 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/opencontainers/runc" distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz" -checksum=3fdf6111bd9a56937059c994e36ae5420b57f93737f4b6bda34398f37cd82a19 +checksum=2f76b623b550588db98e2be72e74aae426f5d4cf736bd92afb91dd5586816daf post_build() { make man