diff options
| author | Tianling Shen | 2026-02-08 09:20:18 +0000 |
|---|---|---|
| committer | Tianling Shen | 2026-02-08 09:20:18 +0000 |
| commit | e0efa48e6e2551122399a4aba2f2349f7d467219 (patch) | |
| tree | c5bff08313ce38c5a3eaa4c0780b72c5e2162b84 | |
| parent | c913af4cfa6e2d26a420c2843cdab27026cf9021 (diff) | |
| download | packages-e0efa48e6e2551122399a4aba2f2349f7d467219.tar.gz | |
dos2unix: Update to 7.5.4
2026-01-30: Version 7.5.4
* Don't return an error code if a binary file is skipped.
Reverting change in 7.5.3.
* Refactored code.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
| -rw-r--r-- | utils/dos2unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/dos2unix/Makefile b/utils/dos2unix/Makefile index 900eb4174c..50c098f76c 100644 --- a/utils/dos2unix/Makefile +++ b/utils/dos2unix/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dos2unix -PKG_VERSION:=7.5.3 +PKG_VERSION:=7.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://waterlan.home.xs4all.nl/dos2unix/ \ @SF/dos2unix -PKG_HASH:=28a4b0d9f9179da4e44c567b9c01f818b070a20827115fffd96f760dcfa0f3b2 +PKG_HASH:=f811a2b9e4a0c936c61ef7c1732993d1820e5cf011f4d93861885ccb8101ca21 PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> PKG_LICENSE:=BSD-2-Clause |