package/dos2unix: update upstream URLs

The old upstream page [1] is being deprecated. It currently shows:
"""
This page will go offline on 1 July 2026. Go to the new page at
https://waterlander.net/dos2unix/
"""

This commit updates the homepage, download site and hash file URL
to the new upstream location [2].

[1] http://waterlan.home.xs4all.nl/dos2unix.html
[2] https://waterlander.net/dos2unix/

Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com>
[Julien: add info in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Shubham Chakraborty
2026-05-04 00:32:49 +05:30
committed by Julien Olivain
parent 262db97f12
commit 44f60e9f70
3 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ config BR2_PACKAGE_DOS2UNIX
help help
dos2unix converts text file line endings between CRLF and LF dos2unix converts text file line endings between CRLF and LF
http://waterlan.home.xs4all.nl/dos2unix.html https://waterlander.net/dos2unix/

View File

@@ -1,4 +1,4 @@
# Locally calculated after checking pgp signature # Locally calculated after checking pgp signature
# https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.5.5.tar.gz.asc # https://waterlander.net/dos2unix/files/dos2unix-7.5.5.tar.gz.asc
sha256 75f692b8484c8c24579a2ffd87df16b9c9428ed95497e3393a21d1ba0697ac33 dos2unix-7.5.5.tar.gz sha256 75f692b8484c8c24579a2ffd87df16b9c9428ed95497e3393a21d1ba0697ac33 dos2unix-7.5.5.tar.gz
sha256 e09d0709ac6a24d995565989267f2e097325778ed47738ee889a7124bc89a3ef COPYING.txt sha256 e09d0709ac6a24d995565989267f2e097325778ed47738ee889a7124bc89a3ef COPYING.txt

View File

@@ -5,7 +5,7 @@
################################################################################ ################################################################################
DOS2UNIX_VERSION = 7.5.5 DOS2UNIX_VERSION = 7.5.5
DOS2UNIX_SITE = http://waterlan.home.xs4all.nl/dos2unix DOS2UNIX_SITE = https://waterlander.net/dos2unix/files
DOS2UNIX_LICENSE = BSD-2-Clause DOS2UNIX_LICENSE = BSD-2-Clause
DOS2UNIX_LICENSE_FILES = COPYING.txt DOS2UNIX_LICENSE_FILES = COPYING.txt
DOS2UNIX_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) DOS2UNIX_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)