From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1266321-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 703C813835A for <garchives@archives.gentoo.org>; Thu, 1 Apr 2021 06:55:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94235E0ADA; Thu, 1 Apr 2021 06:55:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E124E0AD6 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Apr 2021 06:55:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35DB83409ED for <gentoo-commits@lists.gentoo.org>; Thu, 1 Apr 2021 06:55:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 927D463A for <gentoo-commits@lists.gentoo.org>; Thu, 1 Apr 2021 06:55:49 +0000 (UTC) From: "Jian Lin" <jlin.gentoo@outlook.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jian Lin" <jlin.gentoo@outlook.com> Message-ID: <1617195989.1ee4fb8980f31ea6a075be61c8e4f596ab408dba.jian@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-arch/tarlz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-arch/tarlz/tarlz-0.19.ebuild X-VCS-Directories: app-arch/tarlz/ X-VCS-Committer: jian X-VCS-Committer-Name: Jian Lin X-VCS-Revision: 1ee4fb8980f31ea6a075be61c8e4f596ab408dba X-VCS-Branch: master Date: Thu, 1 Apr 2021 06:55:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdc3087e-ea85-4508-a721-614ff09e87d6 X-Archives-Hash: 63efd47cdec13ddc306c0e2c2b218ef2 commit: 1ee4fb8980f31ea6a075be61c8e4f596ab408dba Author: Florian Schmaus <flo <AT> geekplace <DOT> eu> AuthorDate: Wed Mar 31 13:06:29 2021 +0000 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com> CommitDate: Wed Mar 31 13:06:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ee4fb89 app-arch/tarlz: use https in SRC_URI Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu> app-arch/tarlz/tarlz-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/tarlz/tarlz-0.19.ebuild b/app-arch/tarlz/tarlz-0.19.ebuild index 7bf6c6481..ae5d5f16a 100644 --- a/app-arch/tarlz/tarlz-0.19.ebuild +++ b/app-arch/tarlz/tarlz-0.19.ebuild @@ -7,7 +7,7 @@ inherit unpacker DESCRIPTION="A parallel archiver combining tar and lzip" HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html" -SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz" +SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz" LICENSE="GPL-2+" SLOT="0"