diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-02-07 17:25:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 04:10:48 +0000 |
commit | 0fa6d3d7e8288497ed9081b6d1ed6b3003ca2d18 (patch) | |
tree | eaaeaa4be1571412d43469d08d9341a2833a45eb /dev-python/pefile/pefile-9999.ebuild | |
parent | dev-db/sqlmap: add 1.7.2 (diff) | |
download | gentoo-0fa6d3d7e8288497ed9081b6d1ed6b3003ca2d18.tar.gz gentoo-0fa6d3d7e8288497ed9081b6d1ed6b3003ca2d18.tar.bz2 gentoo-0fa6d3d7e8288497ed9081b6d1ed6b3003ca2d18.zip |
dev-python/pefile: add 2023.2.7
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29463
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pefile/pefile-9999.ebuild')
-rw-r--r-- | dev-python/pefile/pefile-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild index 4d76ae872210..845b25ecea0f 100644 --- a/dev-python/pefile/pefile-9999.ebuild +++ b/dev-python/pefile/pefile-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/erocarrera/pefile.git" inherit git-r3 else - SRC_URI="https://github.com/erocarrera/pefile/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/erocarrera/pefile/releases/download/v${PV}/${P}.tar.gz -> ${P}.gh.tar.gz" KEYWORDS="~amd64 ~x86" fi |