[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 11 20:12:29 UTC 2019


    Date: Thursday, April 11, 2019 @ 20:12:28
  Author: arojas
Revision: 350598

https

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-11 20:11:35 UTC (rev 350597)
+++ PKGBUILD	2019-04-11 20:12:28 UTC (rev 350598)
@@ -6,11 +6,11 @@
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
 license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/IO-Socket-SSL/"
+url="https://search.cpan.org/dist/IO-Socket-SSL/"
 depends=('perl-net-ssleay' 'perl' 'perl-uri')
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+source=(https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
 sha512sums=('1a1e29f8a4b912bd3643509356c66b3a567ae41bb0ac9eb30f6ca97eb68bf9507e20c0fb8512f5dfd309accd6cfba61811b8d637f5e991aaa0a250a906fcb95c')
 
 build() {



More information about the arch-commits mailing list