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 1BA40138239 for ; Mon, 30 Sep 2019 06:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59168E08F9; Mon, 30 Sep 2019 06:59:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4221BE08F9 for ; Mon, 30 Sep 2019 06:59:20 +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 693CA34B6F4 for ; Mon, 30 Sep 2019 06:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9192824 for ; Mon, 30 Sep 2019 06:59:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569826745.548df82cccf059f7d8f9964cc9902e8c0aaabb16.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/alsa-tools/alsa-tools-1.1.0.ebuild media-sound/alsa-tools/alsa-tools-1.1.6.ebuild media-sound/alsa-tools/alsa-tools-1.1.7.ebuild X-VCS-Directories: media-sound/alsa-tools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 548df82cccf059f7d8f9964cc9902e8c0aaabb16 X-VCS-Branch: master Date: Mon, 30 Sep 2019 06:59:15 +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: 1aaf4aea-23f2-4e85-9f8f-b51c38956b41 X-Archives-Hash: 905e5045e7a7e9f601bf346bed860fcb commit: 548df82cccf059f7d8f9964cc9902e8c0aaabb16 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 15:55:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 30 06:59:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548df82c media-sound/alsa-tools: Inline mirror://alsaproject, use HTTPS Signed-off-by: Michał Górny gentoo.org> media-sound/alsa-tools/alsa-tools-1.1.0.ebuild | 2 +- media-sound/alsa-tools/alsa-tools-1.1.6.ebuild | 2 +- media-sound/alsa-tools/alsa-tools-1.1.7.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild index e2b9d265a6c..7e1ceda4f91 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.0.ebuild @@ -6,7 +6,7 @@ inherit autotools eutils flag-o-matic DESCRIPTION="Advanced Linux Sound Architecture tools" HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" +SRC_URI="https://www.alsa-project.org/files/pub/tools/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0.9" diff --git a/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild index 64011815ec4..c853b373050 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild @@ -6,7 +6,7 @@ inherit autotools flag-o-matic gnome2-utils xdg-utils DESCRIPTION="Advanced Linux Sound Architecture tools" HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" +SRC_URI="https://www.alsa-project.org/files/pub/tools/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0.9" diff --git a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild index 110266eb879..1a24cbb54a9 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.7.ebuild @@ -6,7 +6,7 @@ inherit autotools flag-o-matic gnome2-utils xdg-utils DESCRIPTION="Advanced Linux Sound Architecture tools" HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/tools/${P}.tar.bz2" +SRC_URI="https://www.alsa-project.org/files/pub/tools/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0.9"