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

Christian Hesse eworm at archlinux.org
Tue Dec 5 21:31:17 UTC 2017


    Date: Tuesday, December 5, 2017 @ 21:31:16
  Author: eworm
Revision: 272336

use https download

FTP links should be replaced with HTTPS links (FS#56591)

Modified:
  libmicrohttpd/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-05 20:59:23 UTC (rev 272335)
+++ PKGBUILD	2017-12-05 21:31:16 UTC (rev 272336)
@@ -15,7 +15,7 @@
 depends=('gnutls')
 optdepends=('file' 'curl')
 validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4') # Evgeny Grin (Karlson2k) <k2k at yandex.ru>
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz{,.sig})
+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
 sha256sums=('dec1a76487d7e48ad74b468a888bfda1c05731f185ff950f1e363ca9d39caf4e'
             'SKIP')
 



More information about the arch-commits mailing list