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.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 D485E15800D for ; Tue, 4 Jul 2023 22:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20C0AE0878; Tue, 4 Jul 2023 22:17:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0AA64E0878 for ; Tue, 4 Jul 2023 22:17:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A058340F88 for ; Tue, 4 Jul 2023 22:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A30ACA for ; Tue, 4 Jul 2023 22:17:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688509027.5535d03ccf4e93acb8ee5a4866d936ca12591ba7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/redland-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild X-VCS-Directories: dev-libs/redland-bindings/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5535d03ccf4e93acb8ee5a4866d936ca12591ba7 X-VCS-Branch: master Date: Tue, 4 Jul 2023 22:17:16 +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: bfc277c2-f578-4e51-82b7-4b48f9f9ee1c X-Archives-Hash: 86dd41b25a91e22f6ec16572743ce7dc commit: 5535d03ccf4e93acb8ee5a4866d936ca12591ba7 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 4 10:39:37 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 4 22:17:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5535d03c dev-libs/redland-bindings: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild index 16ec91b7623d..c230f35c004a 100644 --- a/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild +++ b/dev-libs/redland-bindings/redland-bindings-1.0.17.1-r101.ebuild @@ -16,8 +16,8 @@ PHP_EXT_SKIP_PHPIZE="yes" inherit lua php-ext-source-r3 python-single-r1 autotools DESCRIPTION="Language bindings for Redland" -HOMEPAGE="http://librdf.org/bindings/" -SRC_URI="http://download.librdf.org/source/${P}.tar.gz" +HOMEPAGE="https://librdf.org/bindings/" +SRC_URI="https://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0"