treewide: cleanup URLs

This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki <dev@zpc.st>
This commit is contained in:
Yanase Yuki
2026-01-02 18:06:57 +09:00
committed by Josef Schlehofer
parent 2063d77936
commit b0d8a3d384
257 changed files with 363 additions and 391 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ PKG_VERSION:=0.76
PKG_RELEASE:=1
PKG_SOURCE:=File-RsyncP-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/C/CB/CBARRATT/
PKG_HASH:=1b23d3d4c08b9dd3eadfc6a3f38dfd21b72669f0052e7ad18e53350ef47c9e16
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/File-RsyncP-$(PKG_VERSION)
@@ -23,7 +23,7 @@ define Package/perl-file-rsyncp
SECTION:=lang
CATEGORY:=Languages
TITLE:=Perl Rsync client
URL:=http://search.cpan.org/~cbarratt/File-RsyncP/
URL:=https://metacpan.org/dist/File-RsyncP/
DEPENDS:=perl +perlbase-autoloader +perlbase-socket +perlbase-getopt +perlbase-data +perlbase-config +perlbase-encode +perlbase-fcntl +perlbase-file
endef