diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-02-07 17:32:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 04:10:59 +0000 |
commit | 47ffb61a219fc366bbb92571075d5623c373a476 (patch) | |
tree | 1c79fa13514d0001f2c2507b201de93b53a539be | |
parent | sci-astronomy/pysiril: enable py3.11 (diff) | |
download | gentoo-47ffb61a219fc366bbb92571075d5623c373a476.tar.gz gentoo-47ffb61a219fc366bbb92571075d5623c373a476.tar.bz2 gentoo-47ffb61a219fc366bbb92571075d5623c373a476.zip |
dev-python/filebytes: update SRC_URI
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29466
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/filebytes/Manifest | 2 | ||||
-rw-r--r-- | dev-python/filebytes/filebytes-0.10.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/filebytes/Manifest b/dev-python/filebytes/Manifest index d2bf3d9b8638..4c0c9d138e15 100644 --- a/dev-python/filebytes/Manifest +++ b/dev-python/filebytes/Manifest @@ -1 +1 @@ -DIST filebytes-0.10.2.tar.gz 1958114 BLAKE2B 6b7fb865d01cc9ea0f14b32f6e0326da21fa2fa2a36549b99ca88e9bf015162d3b0f82e350be1cca805294fd56ef47e2db4394db5ffb3061773f146eda1ba666 SHA512 12317d6b5063e710b4410e4dcc61b45c0ac1cbc80655212dacb0929a19e100849df39ba84a05cb96699abe7ec16758e0b9656b3d3ce044f3d122b8636106e564 +DIST filebytes-0.10.2.gh.tar.gz 1958114 BLAKE2B 6b7fb865d01cc9ea0f14b32f6e0326da21fa2fa2a36549b99ca88e9bf015162d3b0f82e350be1cca805294fd56ef47e2db4394db5ffb3061773f146eda1ba666 SHA512 12317d6b5063e710b4410e4dcc61b45c0ac1cbc80655212dacb0929a19e100849df39ba84a05cb96699abe7ec16758e0b9656b3d3ce044f3d122b8636106e564 diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index 5b7fcb7de0d4..9432b0bc4654 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/sashs/filebytes" else - SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="amd64 ~ppc x86" fi |