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

Anatol Pomozov anatolik at archlinux.org
Tue Sep 17 00:20:55 UTC 2019


    Date: Tuesday, September 17, 2019 @ 00:20:55
  Author: anatolik
Revision: 510955

Use https for the source files

Modified:
  mldonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 00:19:16 UTC (rev 510954)
+++ PKGBUILD	2019-09-17 00:20:55 UTC (rev 510955)
@@ -13,12 +13,12 @@
             'gtk2: GUI support')
 backup=(etc/conf.d/mldonkey)
 source=(https://github.com/ygrek/mldonkey/releases/download/release-${pkgver//./-}/mldonkey-$pkgver.tar.bz2{,.asc}
-http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+	https://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
         mldonkey.conf
         mldonkey.service
         mldonkey.tmpfiles
         mldonkey.sysusers
-        http://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
+        https://caml.inria.fr/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
         https://forge.ocamlcore.org/frs/download.php/561/lablgtk-2.14.2.tar.gz)
 sha256sums=('1b36b57c05a83c2e363c085bf8e80630884c6c92ecdeffc1ad5e1c39a98e043d'
             'SKIP'



More information about the arch-commits mailing list