From 4f30d9d9682abfd877482ca98bdd5e5ceebd10c8 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 14 Oct 2017 23:42:32 +0200 Subject: [PATCH 1/1] linux-man-pages: Update from 4.11 to 4.13 --- packages/linux-man-pages/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/linux-man-pages/build.sh b/packages/linux-man-pages/build.sh index 5a9a9f62..850f04cc 100644 --- a/packages/linux-man-pages/build.sh +++ b/packages/linux-man-pages/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://www.kernel.org/doc/man-pages/ TERMUX_PKG_DESCRIPTION="Man pages for linux kernel and C library interfaces" -TERMUX_PKG_DEPENDS="man" -TERMUX_PKG_VERSION=4.11 +TERMUX_PKG_VERSION=4.13 +TERMUX_PKG_SHA256=d5c005c5b653248ab6680560de00ea8572ff39e48a57bd5be1468d986a0631bf TERMUX_PKG_SRCURL=https://www.kernel.org/pub/linux/docs/man-pages/man-pages-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=adde80495f5efb26d077f4e5309bafdc4859e080b7529263720f7cb5f403f524 +TERMUX_PKG_DEPENDS="man" TERMUX_PKG_EXTRA_MAKE_ARGS="prefix=$TERMUX_PREFIX" # man.7 and mdoc.7 is included with mandoc: # getconf man page included with the getconf package: -- 2.11.0