mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
runc: update to 1.0.0r92.
This commit is contained in:
parent
106a0f6d0d
commit
5ecf81f8a6
2 changed files with 3 additions and 16 deletions
|
@ -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
|
|
@ -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 <orphan@voidlinux.org>"
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue