diff options
author | Štěpán Němec <stepnem@smrk.net> | 2023-04-10 18:52:17 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 19:53:29 -0400 |
commit | 32560f79e0e93df642144d588bd0cb0243557937 (patch) | |
tree | 37f3d6fc6c543a914ad07f5564dd42afdf7bcafb /Linux/Makefile | |
parent | Update to Linux man-pages 6.03 (diff) | |
download | exman-32560f79e0e93df642144d588bd0cb0243557937.tar.gz exman-32560f79e0e93df642144d588bd0cb0243557937.zip |
Update to Linux man-pages 6.04, OpenBSD 7.3
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 cc4f7c3..6ff5be5 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 6.03 +VERSION = 6.04 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages DISTFILES = man-pages-${VERSION}.tar.xz FILES = man-pages-${VERSION}/man[1-9]*/ |