diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-25 21:59:51 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-25 21:59:51 +0200 |
commit | ed934131e993cd23db4fd8b2753a97f250a5df1d (patch) | |
tree | 634181dac439e9fd1e73c1d7d2ba1fe0f6d52b9f /games-action | |
parent | sci-libs/mfem: use https (diff) | |
download | guru-ed934131e993cd23db4fd8b2753a97f250a5df1d.tar.gz guru-ed934131e993cd23db4fd8b2753a97f250a5df1d.tar.bz2 guru-ed934131e993cd23db4fd8b2753a97f250a5df1d.zip |
games-action/technic-launcher: update SRC_URI
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/technic-launcher/technic-launcher-4.625.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games-action/technic-launcher/technic-launcher-4.625.ebuild b/games-action/technic-launcher/technic-launcher-4.625.ebuild index a91cae373..bcc2c29c3 100644 --- a/games-action/technic-launcher/technic-launcher-4.625.ebuild +++ b/games-action/technic-launcher/technic-launcher-4.625.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,8 +7,10 @@ inherit desktop java-pkg-2 xdg DESCRIPTION="Minecraft launcher for community-made modpacks on the Technic Platform" HOMEPAGE="https://www.technicpack.net/" -SRC_URI="http://launcher.technicpack.net/launcher${PV:0:1}/${PV:2}/TechnicLauncher.jar -> ${P}.jar - https://www.technicpack.net/favicon.ico -> ${PN}.ico" +SRC_URI=" + https://launcher.technicpack.net/launcher${PV:0:1}/${PV:2}/TechnicLauncher.jar -> ${P}.jar + https://www.technicpack.net/favicon.ico -> ${PN}.ico +" KEYWORDS="~amd64 ~x86" LICENSE="technic" |