games-action/multimc-bin: update URLs

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan 2021-10-25 08:50:18 +02:00
parent 03b6f8768b
commit 1994f0359e
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">MultiMC/MultiMC5</remote-id>
<bugs-to>https://github.com/MultiMC/MultiMC5/issues</bugs-to>
<remote-id type="github">MultiMC/Launcher</remote-id>
<bugs-to>https://github.com/MultiMC/Launcher/issues</bugs-to>
</upstream>
<maintainer type="person">
<email>andrewammerlaan@gentoo.org</email>

View File

@ -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}"