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 AB478138334 for ; Wed, 26 Jun 2019 09:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EAB1E0858; Wed, 26 Jun 2019 09:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 53079E085A for ; Wed, 26 Jun 2019 09:04:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 00AD0346A62 for ; Wed, 26 Jun 2019 09:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82492629 for ; Wed, 26 Jun 2019 09:04:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1561539822.0204ffdd53cf4bb4874ec51709e05940af0351e1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/murmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/murmur/murmur-9999.ebuild X-VCS-Directories: media-sound/murmur/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0204ffdd53cf4bb4874ec51709e05940af0351e1 X-VCS-Branch: master Date: Wed, 26 Jun 2019 09:04:31 +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: ce1692ad-35d3-4724-8256-1971e4183e32 X-Archives-Hash: b6cfe309a816bca9653892b0c44a8659 commit: 0204ffdd53cf4bb4874ec51709e05940af0351e1 Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 26 09:03:42 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 26 09:03:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0204ffdd media-sound/murmur: Synced live ebuild. Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> media-sound/murmur/murmur-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/murmur/murmur-9999.ebuild b/media-sound/murmur/murmur-9999.ebuild index b7bdfc66910..cfce5144e23 100644 --- a/media-sound/murmur/murmur-9999.ebuild +++ b/media-sound/murmur/murmur-9999.ebuild @@ -20,7 +20,8 @@ else else MY_PV="${PV/_/-}" MY_P="${MY_PN}-${MY_PV}" - SRC_URI="https://github.com/mumble-voip/mumble/releases/download/${MY_PV}/${MY_P}.tar.gz" + SRC_URI="https://github.com/mumble-voip/mumble/releases/download/${MY_PV}/${MY_P}.tar.gz + https://dl.mumble.info/${MY_P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV/_*}" fi KEYWORDS="~amd64 ~arm ~x86"