diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-10-25 08:50:18 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-10-25 08:51:31 +0200 |
commit | 1994f0359e94a682ac60e7755e4c6de2785aec9c (patch) | |
tree | 7252f29986731edea8e45a40ccabf14cd7da109a /games-action/multimc-bin | |
parent | games-action/multimc: update URLs and add elog about -bin version (diff) | |
download | gentoo-1994f0359e94a682ac60e7755e4c6de2785aec9c.tar.gz gentoo-1994f0359e94a682ac60e7755e4c6de2785aec9c.tar.bz2 gentoo-1994f0359e94a682ac60e7755e4c6de2785aec9c.zip |
games-action/multimc-bin: update URLs
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action/multimc-bin')
-rw-r--r-- | games-action/multimc-bin/metadata.xml | 4 | ||||
-rw-r--r-- | 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 9246e9cd3415..3907aa588cee 100644 --- a/games-action/multimc-bin/metadata.xml +++ b/games-action/multimc-bin/metadata.xml @@ -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> 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 2e4e4a210532..073f7213e4fa 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}" |