From 49dbbf0dc98fbb7f5c35bd4110ac6cd1aea600fe Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 21 Oct 2025 13:49:06 +0800 Subject: [PATCH] dos2unix: Update to 7.5.3 2025-10-14: Version 7.5.3 * Fix: Exit with non-zero code if the conversion is aborted due to a binary file. * Fix: Exit with zero code when an unicode conversion error occurs in quiet mode. * Updated Brazilian Portuguese, Catalan, Chinese (traditional), Dutch, Friulian, Georgian, and Serbian translations. Signed-off-by: Tianling Shen --- utils/dos2unix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/dos2unix/Makefile b/utils/dos2unix/Makefile index 4a5e25872c..900eb4174c 100644 --- a/utils/dos2unix/Makefile +++ b/utils/dos2unix/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dos2unix -PKG_VERSION:=7.5.2 +PKG_VERSION:=7.5.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://waterlan.home.xs4all.nl/dos2unix/ \ @SF/dos2unix -PKG_HASH:=264742446608442eb48f96c20af6da303cb3a92b364e72cb7e24f88239c4bf3a +PKG_HASH:=28a4b0d9f9179da4e44c567b9c01f818b070a20827115fffd96f760dcfa0f3b2 PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=BSD-2-Clause -- 2.30.2