From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 998C51382C5 for ; Wed, 31 Mar 2021 13:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F48E0A99; Wed, 31 Mar 2021 13:06:48 +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 BFF22E0A99 for ; Wed, 31 Mar 2021 13:06:48 +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 91D51335D31 for ; Wed, 31 Mar 2021 13:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D97638 for ; Wed, 31 Mar 2021 13:06:46 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1617195989.1ee4fb8980f31ea6a075be61c8e4f596ab408dba.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1ee4fb8980f31ea6a075be61c8e4f596ab408dba X-VCS-Branch: dev Date: Wed, 31 Mar 2021 13:06:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f97c550f-5453-4321-96b5-b6325e365622 X-Archives-Hash: 0cba38c9b32bc2210114a23870f351af commit: 1ee4fb8980f31ea6a075be61c8e4f596ab408dba Author: Florian Schmaus geekplace eu> AuthorDate: Wed Mar 31 13:06:29 2021 +0000 Commit: Florian Schmaus geekplace eu> 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 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"