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 DBC35158086 for ; Mon, 25 Oct 2021 06:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32783E081A; Mon, 25 Oct 2021 06:51:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 111BEE081A for ; Mon, 25 Oct 2021 06:51:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12B05343826 for ; Mon, 25 Oct 2021 06:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A2D1162 for ; Mon, 25 Oct 2021 06:51:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1635144691.1994f0359e94a682ac60e7755e4c6de2785aec9c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/multimc-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/multimc-bin/metadata.xml games-action/multimc-bin/multimc-bin-1.6.1.ebuild X-VCS-Directories: games-action/multimc-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1994f0359e94a682ac60e7755e4c6de2785aec9c X-VCS-Branch: master Date: Mon, 25 Oct 2021 06:51:33 +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: f600da39-2cd9-47f3-ac9b-5538c5d2da03 X-Archives-Hash: 7e70ac6ccf81ccc53eb11d4942387b77 commit: 1994f0359e94a682ac60e7755e4c6de2785aec9c Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Oct 25 06:50:18 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Oct 25 06:51:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1994f035 games-action/multimc-bin: update URLs Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> games-action/multimc-bin/metadata.xml | 4 ++-- games-action/multimc-bin/multimc-bin-1.6.1.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games-action/multimc-bin/metadata.xml b/games-action/multimc-bin/metadata.xml index 9246e9cd341..3907aa588ce 100644 --- a/games-action/multimc-bin/metadata.xml +++ b/games-action/multimc-bin/metadata.xml @@ -2,8 +2,8 @@ - MultiMC/MultiMC5 - https://github.com/MultiMC/MultiMC5/issues + MultiMC/Launcher + https://github.com/MultiMC/Launcher/issues andrewammerlaan@gentoo.org diff --git a/games-action/multimc-bin/multimc-bin-1.6.1.ebuild b/games-action/multimc-bin/multimc-bin-1.6.1.ebuild index 2e4e4a21053..073f7213e4f 100644 --- a/games-action/multimc-bin/multimc-bin-1.6.1.ebuild +++ b/games-action/multimc-bin/multimc-bin-1.6.1.ebuild @@ -6,11 +6,11 @@ EAPI=8 inherit unpacker xdg DESCRIPTION="An advanced Qt5-based open-source launcher for Minecraft" -HOMEPAGE="https://multimc.org https://github.com/MultiMC/MultiMC5" +HOMEPAGE="https://multimc.org https://github.com/MultiMC/Launcher" SRC_URI="https://files.multimc.org/downloads/multimc_$(ver_rs 2 -).deb" # We need -bin because of secret API keys: -# https://github.com/MultiMC/MultiMC5/issues/4087 -# https://github.com/MultiMC/MultiMC5/issues/4113 +# https://github.com/MultiMC/Launcher/issues/4087 +# https://github.com/MultiMC/Launcher/issues/4113 # https://bugs.gentoo.org/814404 S="${WORKDIR}"