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 74263158094 for ; Sun, 2 Oct 2022 08:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB23CE0AD8; Sun, 2 Oct 2022 08:19:32 +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 8B3F9E0AD8 for ; Sun, 2 Oct 2022 08:19:32 +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 C7B18340A5D for ; Sun, 2 Oct 2022 08:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C6CD4 for ; Sun, 2 Oct 2022 08:19:30 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1664698765.c752c4104e38b03c932e2b1a6092c0a1e1f89afe.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild X-VCS-Directories: media-plugins/mda-lv2/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c752c4104e38b03c932e2b1a6092c0a1e1f89afe X-VCS-Branch: master Date: Sun, 2 Oct 2022 08:19:30 +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: 7524389a-1a9d-4dbb-8ec3-4f0216e019bb X-Archives-Hash: 9cb90cd7b990bb341b937e59d10591d7 commit: c752c4104e38b03c932e2b1a6092c0a1e1f89afe Author: Miroslav Šulc gentoo org> AuthorDate: Sun Oct 2 08:19:25 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Oct 2 08:19:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c752c410 media-plugins/mda-lv2: updated SRC_URI to https Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild index 064a4397dd24..b40371714dcf 100644 --- a/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild +++ b/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild @@ -10,7 +10,7 @@ inherit python-any-r1 waf-utils DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett" HOMEPAGE="https://drobilla.net/software/mda-lv2.html" -SRC_URI="http://download.drobilla.net/${P}.tar.bz2" +SRC_URI="https://download.drobilla.net/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0"