From 2232570ece8f3566bfd5d58a50282a6410af600f Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 28 Jun 2023 13:49:34 +0000 Subject: [PATCH] util-linux: update to 2.39.1 log: - https://github.com/util-linux/util-linux/compare/v2.39...v2.39.1 util-linux 2.39.1: Jun 27 2023 * see Documentation/releases/v2.39.1-ReleaseNotes or the complete changelog at https://www.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.1-ChangeLog https://github.com/util-linux/util-linux/blob/12169133eeda0fa459f3e02e354558df991499e8/Documentation/releases/v2.39.1-ReleaseNotes --- packages/sysutils/util-linux/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/util-linux/package.mk b/packages/sysutils/util-linux/package.mk index 9f462097bb..9e4dc7fb8a 100644 --- a/packages/sysutils/util-linux/package.mk +++ b/packages/sysutils/util-linux/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="util-linux" -PKG_VERSION="2.39" -PKG_SHA256="32b30a336cda903182ed61feb3e9b908b762a5e66fe14e43efb88d37162075cb" +PKG_VERSION="2.39.1" +PKG_SHA256="890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b" PKG_LICENSE="GPL" PKG_URL="https://www.kernel.org/pub/linux/utils/util-linux/v$(get_pkg_version_maj_min)/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host libtool:host pkg-config:host"