diff options
author | 2025-01-02 14:00:09 +0000 | |
---|---|---|
committer | 2025-01-02 14:00:09 +0000 | |
commit | 2de690283b854e3effa7b31b8d9aa9a36d454ce7 (patch) | |
tree | e2d24fe1bc12d95569a946bd2da900cab6148588 /dev-db | |
parent | media-libs/openh264: Stabilize 2.5.0 ppc64, #947344 (diff) | |
download | gentoo-2de690283b854e3effa7b31b8d9aa9a36d454ce7.tar.gz gentoo-2de690283b854e3effa7b31b8d9aa9a36d454ce7.tar.bz2 gentoo-2de690283b854e3effa7b31b8d9aa9a36d454ce7.zip |
dev-db/sqlmap: Stabilize 1.8.11 amd64, #947351
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlmap/sqlmap-1.8.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.8.11.ebuild b/dev-db/sqlmap/sqlmap-1.8.11.ebuild index 529820752d51..9f0817ca7276 100644 --- a/dev-db/sqlmap/sqlmap-1.8.11.ebuild +++ b/dev-db/sqlmap/sqlmap-1.8.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap" else SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi # sqlmap (GPL-2+) |