summaryrefslogtreecommitdiff
path: root/Mk/Uses/linux.mk
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-05-03 12:50:42 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-05-03 12:50:42 +0000
commitf8c4d55478648a8ebe48dbf1b53a83e9c620c38c (patch)
tree591a275ce9175529082db549ce9c4500dad71bb8 /Mk/Uses/linux.mk
parentUnbreak harder, the plist is not compatible with python 2.7 (diff)
Update CentOS 7 ports to 7.8.2003.
Notes
Notes: svn path=/head/; revision=533773
Diffstat (limited to 'Mk/Uses/linux.mk')
-rw-r--r--Mk/Uses/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk
index 76adbb3938c1..bb96f37d8f00 100644
--- a/Mk/Uses/linux.mk
+++ b/Mk/Uses/linux.mk
@@ -34,7 +34,7 @@ linux_ARGS= ${LINUX_DEFAULT}
.endif
.if ${linux_ARGS} == c7
-LINUX_DIST_VER?= 7.7.1908
+LINUX_DIST_VER?= 7.8.2003
.else
IGNORE= Invalid Linux distribution: ${linux_ARGS}
.endif