summaryrefslogtreecommitdiff
path: root/sub/util-linux
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-01-16 02:28:19 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-01-16 02:28:19 +0000
commit42672f7dae736df9b800d95f5b4c2826fa85b68e (patch)
tree114dc63b55d4d71527bd773aff5cf165ea2b246c /sub/util-linux
parent8569ea6c3cade6d585668bede4ef483a8bdff3fd (diff)
downloadlh-bootstrap-42672f7dae736df9b800d95f5b4c2826fa85b68e.tar.xz
Update for kernel-4.14.13 and mdevd-0.1.0.0
Diffstat (limited to 'sub/util-linux')
-rw-r--r--sub/util-linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/util-linux/Makefile b/sub/util-linux/Makefile
index 01e720f..36ea262 100644
--- a/sub/util-linux/Makefile
+++ b/sub/util-linux/Makefile
@@ -6,7 +6,7 @@
UTLX_NAME := util-linux
-UTLX_VERSION := 2.31
+UTLX_VERSION := 2.31.1
UTLX_MAJOR := $(word 1, $(subst ., ,$(UTLX_VERSION)))
UTLX_MINOR := $(word 2, $(subst ., ,$(UTLX_VERSION)))
UTLX_URLDIR := https://cdn.kernel.org/pub/linux/utils/$(UTLX_NAME)/v$(UTLX_MAJOR).$(UTLX_MINOR)