From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1384838-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3DFF15808B for <garchives@archives.gentoo.org>; Tue, 12 Apr 2022 10:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 485CDE0963; Tue, 12 Apr 2022 10:56:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C618DE0957 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Apr 2022 10:56:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D40BC3411CD for <gentoo-commits@lists.gentoo.org>; Tue, 12 Apr 2022 10:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1614F396 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Apr 2022 10:56:31 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1649759509.9c0e2fd96a6a2ee3dca727f4c0df53c0c4757743.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/volume_key/volume_key-0.3.12-r4.ebuild X-VCS-Directories: dev-libs/volume_key/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c0e2fd96a6a2ee3dca727f4c0df53c0c4757743 X-VCS-Branch: master Date: Tue, 12 Apr 2022 10:56:31 +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: 61cf87ae-d913-4888-aa20-84754cba36af X-Archives-Hash: a42b2956cf5de81bda830e35606354f6 commit: 9c0e2fd96a6a2ee3dca727f4c0df53c0c4757743 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 10:31:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 12 10:31:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0e2fd9 dev-libs/volume_key: update SRC_URI (HTTPS) Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/volume_key/volume_key-0.3.12-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild index cc8940edb1c6..4775c44fb65d 100644 --- a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild @@ -9,7 +9,7 @@ inherit autotools python-single-r1 DESCRIPTION="Library for manipulating and storing storage volume encryption keys" HOMEPAGE="https://pagure.io/volume_key" -SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0"