Skip to content

Commit c1281a5

Browse files
Yang-Wei-Tinghauke
authored andcommitted
util-linux: update to 2.41.3
Release notes: https://www.kernel.org/pub/linux/utils/util-linux/v2.41/v2.41.3-ReleaseNotes Also update URL to use HTTPS. Signed-off-by: Wei-Ting Yang <[email protected]> Link: openwrt/openwrt#21276 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 99fd5aa commit c1281a5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package/utils/util-linux/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2007-2018 OpenWrt.org
2+
# Copyright (C) 2007-2025 OpenWrt.org
33
#
44
# This is free software, licensed under the GNU General Public License v2.
55
# See /LICENSE for more information.
@@ -8,15 +8,14 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=util-linux
11-
PKG_VERSION:=2.41.2
11+
PKG_VERSION:=2.41.3
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.41
16-
PKG_HASH:=6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e
16+
PKG_HASH:=3330d873f0fceb5560b89a7dc14e4f3288bbd880e96903ed9b50ec2b5799e58b
1717
PKG_CPE_ID:=cpe:/a:kernel:util-linux
1818

19-
2019
PKG_INSTALL:=1
2120

2221
include $(INCLUDE_DIR)/package.mk
@@ -26,7 +25,7 @@ define Package/util-linux/Default
2625
SECTION:=utils
2726
CATEGORY:=Utilities
2827
DEPENDS:= +librt
29-
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
28+
URL:=https://www.kernel.org/pub/linux/utils/util-linux/
3029
endef
3130

3231
define Package/libblkid

0 commit comments

Comments
 (0)