Date: Thursday, April 11, 2019 @ 20:14:11
  Author: arojas
Revision: 350601

https

Modified:
  perl-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-11 20:13:31 UTC (rev 350600)
+++ PKGBUILD    2019-04-11 20:14:11 UTC (rev 350601)
@@ -7,11 +7,11 @@
 pkgrel=2
 pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
 arch=('any')
-url="http://search.cpan.org/dist/MIME-Types/";
+url="https://search.cpan.org/dist/MIME-Types/";
 license=('PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
+source=("https://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz";)
 
sha512sums=('a834ddfa70fbaa5688a2a35626c489a48448e273638312609faaa8fbf07ba656254d1f907ba5f25518e93fd62b7b9265eec700c38c8446876dca24e07d8b15c4')
 
 build() {

Reply via email to