From 9a6140077fb37a772dd4be4e865fff03d2da0358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sun, 14 May 2017 17:48:06 +0200 Subject: [PATCH] Default to TLS Archive URL --- agetpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agetpkg b/agetpkg index d3b066c..fa27d09 100755 --- a/agetpkg +++ b/agetpkg @@ -39,7 +39,7 @@ from xdg.BaseDirectory import save_cache_path # magics NAME = "agetpkg" VERSION = "2" -ARCHIVE_URL = "http://archive.archlinux.org/packages/.all/" +ARCHIVE_URL = "https://archive.archlinux.org/packages/.all/" INDEX_FILENAME = "index.0.xz" PKG_EXT = ".pkg.tar.xz" SIG_EXT = ".sig" -- GitLab