diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 02:28:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-01-16 02:28:19 +0000 |
commit | 42672f7dae736df9b800d95f5b4c2826fa85b68e (patch) | |
tree | 114dc63b55d4d71527bd773aff5cf165ea2b246c /sub/util-linux | |
parent | 8569ea6c3cade6d585668bede4ef483a8bdff3fd (diff) | |
download | lh-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/Makefile | 2 |
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) |