diff options
author | June McEnroe <june@causal.agency> | 2021-04-26 17:25:50 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-26 17:25:50 -0400 |
commit | 5e57a87e230e3fc263527644f17c4ef437daf6cd (patch) | |
tree | 9955eade9cef5df61aa10c06f3e7d91a9380d612 /Linux/Makefile | |
parent | Update to FreeBSD 13.0 (diff) | |
download | exman-5e57a87e230e3fc263527644f17c4ef437daf6cd.tar.gz exman-5e57a87e230e3fc263527644f17c4ef437daf6cd.zip |
Update to Linux man-pages 5.11
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 c81394d..d7a7fe5 100644 --- a/Linux/Makefile +++ b/Linux/Makefile @@ -1,5 +1,5 @@ SYSTEM = Linux -VERSION = 5.09 +VERSION = 5.11 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages DISTFILES = man-pages-${VERSION}.tar.xz FILES = man-pages-${VERSION}/man[1-9]/ |