[arch-commits] Commit in perl-socket6/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Sep 15 14:10:19 UTC 2019


    Date: Sunday, September 15, 2019 @ 14:10:18
  Author: arojas
Revision: 362910

https

Modified:
  perl-socket6/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 14:09:57 UTC (rev 362909)
+++ PKGBUILD	2019-09-15 14:10:18 UTC (rev 362910)
@@ -6,11 +6,11 @@
 pkgrel=3
 pkgdesc="A getaddrinfo/getnameinfo support module"
 arch=('x86_64')
-url='http://search.cpan.org/dist/Socket6'
+url='https://search.cpan.org/dist/Socket6'
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-$pkgver.tar.gz)
 sha512sums=('51d05a04563519010f515a50fb1082c4e72eb4537137ad55f117458c71ec8429a5674083bd68adcbbf2e57632a1cb1bf60693ea98364e7f96c826ff8c9655b33')
 
 build() {



More information about the arch-commits mailing list