summaryrefslogtreecommitdiff
path: root/dev-db/sqlmap/sqlmap-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-27 06:56:33 +0100
committerSam James <sam@gentoo.org>2022-07-27 06:56:33 +0100
commite654408f64fe23d7b1a98d4c8922ea361f3396b8 (patch)
treea5d0c6aa6dc0cf6308b5fcb25d66456d820aba56 /dev-db/sqlmap/sqlmap-9999.ebuild
parentd4671b4db29c491b1f6bbc11dfea6353ce7f14bc (diff)
downloadgentoo-e654408f64fe23d7b1a98d4c8922ea361f3396b8.tar.gz
gentoo-e654408f64fe23d7b1a98d4c8922ea361f3396b8.tar.bz2
gentoo-e654408f64fe23d7b1a98d4c8922ea361f3396b8.zip
dev-db/sqlmap: fix PythonGHDistfileSuffix
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/sqlmap/sqlmap-9999.ebuild')
-rw-r--r--dev-db/sqlmap/sqlmap-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-9999.ebuild b/dev-db/sqlmap/sqlmap-9999.ebuild
index 7fe00f1370cf..6b74d8864800 100644
--- a/dev-db/sqlmap/sqlmap-9999.ebuild
+++ b/dev-db/sqlmap/sqlmap-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
else
- SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi