[openwrt/openwrt] e2fsprogs: update to 1.47.0

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 12 15:48:54 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9639ef2a5b20a912916c8b9b0dd8a37cd8f6beb5

commit 9639ef2a5b20a912916c8b9b0dd8a37cd8f6beb5
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Feb 12 11:03:05 2023 +0100

    e2fsprogs: update to 1.47.0
    
    Release notes:
    https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/utils/e2fsprogs/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile
index 82817d95ce..e6c5cfe75c 100644
--- a/package/utils/e2fsprogs/Makefile
+++ b/package/utils/e2fsprogs/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.46.6
+PKG_VERSION:=1.47.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/
-PKG_HASH:=a77517f19ff5e4e97ede63536566865dd5d48654e13fc145f5f2249ef7c4f4fc
+PKG_HASH:=144af53f2bbd921cef6f8bea88bb9faddca865da3fbc657cc9b4d2001097d5db
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=NOTICE




More information about the lede-commits mailing list