diff options
author | Štěpán Němec <stepnem@smrk.net> | 2023-08-03 12:48:46 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 19:53:29 -0400 |
commit | 5105b148b49a80da366fbd9f43d044903889ca18 (patch) | |
tree | 1b321a9d62d4f3bbac73374f732fd10b890ffdff /Linux | |
parent | Update to FreeBSD 13.2 (diff) | |
download | exman-5105b148b49a80da366fbd9f43d044903889ca18.tar.gz exman-5105b148b49a80da366fbd9f43d044903889ca18.zip |
Update to Linux man-pages 6.05 2064.15
Diffstat (limited to '')
-rw-r--r-- | Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux/Makefile b/Linux/Makefile index 6ff5be5..a51dc08 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 6.04 +VERSION = 6.05 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages DISTFILES = man-pages-${VERSION}.tar.xz FILES = man-pages-${VERSION}/man[1-9]*/ |