diff options
author | Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com> | 2023-07-26 14:01:52 +0100 |
---|---|---|
committer | Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com> | 2023-07-26 14:03:01 +0100 |
commit | 7b7073f09218c1cfad57c5c37eed7bcf31b91746 (patch) | |
tree | 7fa340472bf05e27bf83f0cee646f7e56b97fcba | |
parent | dev-python/undervolt: update SRC_URI (diff) | |
download | guru-7b7073f09218c1cfad57c5c37eed7bcf31b91746.tar.gz guru-7b7073f09218c1cfad57c5c37eed7bcf31b91746.tar.bz2 guru-7b7073f09218c1cfad57c5c37eed7bcf31b91746.zip |
games-util/protonup: update SRC_URI
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
-rw-r--r-- | games-util/protonup/Manifest | 2 | ||||
-rw-r--r-- | games-util/protonup/protonup-0.1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/protonup/Manifest b/games-util/protonup/Manifest index 55cc01502..41661d80c 100644 --- a/games-util/protonup/Manifest +++ b/games-util/protonup/Manifest @@ -1 +1 @@ -DIST 0.1.5.tar.gz 17868 BLAKE2B 6ca242e86916e478282bf6a66f4a98911db5e993485b09c631640083ae71f2669fe5b64972b34ab7f97be460877c9493ba99398c1aad9c0e12b02a82f5599d92 SHA512 81b0337ba355ddb5c48adefc736fb6599f04beff59aeabf950844233aea01673d442617f477c7392fde30d818c629b8e807fea820b1119fa22df512523edbd20 +DIST protonup-0.1.5.tar.gz 17868 BLAKE2B 6ca242e86916e478282bf6a66f4a98911db5e993485b09c631640083ae71f2669fe5b64972b34ab7f97be460877c9493ba99398c1aad9c0e12b02a82f5599d92 SHA512 81b0337ba355ddb5c48adefc736fb6599f04beff59aeabf950844233aea01673d442617f477c7392fde30d818c629b8e807fea820b1119fa22df512523edbd20 diff --git a/games-util/protonup/protonup-0.1.5.ebuild b/games-util/protonup/protonup-0.1.5.ebuild index a9bb75f5b..37f6612d2 100644 --- a/games-util/protonup/protonup-0.1.5.ebuild +++ b/games-util/protonup/protonup-0.1.5.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..12} ) EPYTHON=python3 inherit distutils-r1 -SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz" +SRC_URI="https://github.com/AUNaseef/protonup/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Install and Update Proton-GE" HOMEPAGE="https://github.com/AUNaseef/protonup" |