diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-06-15 10:20:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:26:35 +0200 |
commit | 7b06f3ba0a3014057088a5699e4adc2ff652741d (patch) | |
tree | 8b27efbd81d2ef6955f318c26d5cee16e1a1b63c /package/utils/util-linux/Makefile | |
parent | b7ceeb72a87017d200f226076ea78ccb63c4b70d (diff) | |
download | upstream-7b06f3ba0a3014057088a5699e4adc2ff652741d.tar.gz upstream-7b06f3ba0a3014057088a5699e4adc2ff652741d.tar.bz2 upstream-7b06f3ba0a3014057088a5699e4adc2ff652741d.zip |
util-linux: Update to 2.34
Update util-linux to 2.34
Refresh patch
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit d51f53b5badd684af702b946dea47cf5501ead6d)
Diffstat (limited to 'package/utils/util-linux/Makefile')
-rw-r--r-- | package/utils/util-linux/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 169ef5159c..261a9615ef 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.33 -PKG_RELEASE:=2 +PKG_VERSION:=2.34 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.33 -PKG_HASH:=f261b9d73c35bfeeea04d26941ac47ee1df937bd3b0583e748217c1ea423658a +PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.34 +PKG_HASH:=743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5 PKG_CPE_ID:=cpe:/a:kernel:util-linux PKG_LICENSE:=GPL-2.0 |