summaryrefslogtreecommitdiff
path: root/sub/util-linux
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-03 18:01:11 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-03 18:01:11 +0000
commitd7e8c75b56a90940bb4bdb18de72f641ade0a042 (patch)
tree23fd6ffe06f3e7941e345c69771b1eef95854560 /sub/util-linux
parenta57659465b7eadbfec6d5bb09de6f60903035bf2 (diff)
downloadlh-bootstrap-d7e8c75b56a90940bb4bdb18de72f641ade0a042.tar.xz
Modernize, convert to s6li v1
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 88cabc6..f357a32 100644
--- a/sub/util-linux/Makefile
+++ b/sub/util-linux/Makefile
@@ -1,6 +1,6 @@
UTLX_NAME := util-linux
-UTLX_VERSION := 2.33.2
+UTLX_VERSION := 2.34
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)