diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-08-13 00:01:56 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-08-16 22:29:28 +0200 |
commit | d1ea8ac3b476e1e552f42dbf1042b521c57a0df4 (patch) | |
tree | 47403e17afa9be33f7dee7a582187fa178fdf297 /package/utils/util-linux | |
parent | ff4bc483fc5ff90c9b7a188236bb072351f201bd (diff) | |
download | upstream-d1ea8ac3b476e1e552f42dbf1042b521c57a0df4.tar.gz upstream-d1ea8ac3b476e1e552f42dbf1042b521c57a0df4.tar.bz2 upstream-d1ea8ac3b476e1e552f42dbf1042b521c57a0df4.zip |
util-linux: Update to 2.32.1
Update util-linux to 2.32.1
For release notes see https://lwn.net/Articles/759922/
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/utils/util-linux')
-rw-r--r-- | package/utils/util-linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 73afdca24c..4cb9e14a24 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=util-linux -PKG_VERSION:=2.32 -PKG_RELEASE:=2 +PKG_VERSION:=2.32.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.32 -PKG_HASH:=6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734 +PKG_HASH:=86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2 PKG_CPE_ID:=cpe:/a:kernel:util-linux PKG_LICENSE:=GPL-2.0 |