diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-02-08 08:56:37 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-02-08 08:57:16 -0500 |
commit | 310af51fa881c49f9e753d387a127e62b0f3ac12 (patch) | |
tree | 3ed52c8f43a2637b37f2e2a1449f175a4ea7b50e /dev-php/maxmind-db-reader | |
parent | dev-python/spyder: drop 6.0.0_alpha3 (diff) | |
download | gentoo-310af51fa881c49f9e753d387a127e62b0f3ac12.tar.gz gentoo-310af51fa881c49f9e753d387a127e62b0f3ac12.tar.bz2 gentoo-310af51fa881c49f9e753d387a127e62b0f3ac12.zip |
dev-php/maxmind-db-reader: add 1.11.1, drop 1.11.0
Closes: https://bugs.gentoo.org/923830
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php/maxmind-db-reader')
-rw-r--r-- | dev-php/maxmind-db-reader/Manifest | 2 | ||||
-rw-r--r-- | dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild (renamed from dev-php/maxmind-db-reader/maxmind-db-reader-1.11.0.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/maxmind-db-reader/Manifest b/dev-php/maxmind-db-reader/Manifest index c43f1dfe4be7..43c368c693c9 100644 --- a/dev-php/maxmind-db-reader/Manifest +++ b/dev-php/maxmind-db-reader/Manifest @@ -1 +1 @@ -DIST MaxMind-DB-Reader-php-1.11.0.tar.gz 23018 BLAKE2B 28e0ad3e8440a4bfad17292e71289224dc2a8deecaf510f887637760ed931a4d90e921f369bf6e37458e9a45212af82105a42925800577228797c47604b9135a SHA512 182c57d9d799b4303e7f5a6f5b47f64b953e216290b26f5891cfc9658dc030bc1f954c48a07777c71ebb9b8f34e4c275d2af794086d33c5bee8b3fe38c1ff56f +DIST MaxMind-DB-Reader-php-1.11.1.tar.gz 23346 BLAKE2B ad783bbca018befa0f4c6f282bb440baf70ad2c91da0af8fb799ae727a5fc7f9acc1f004972ccc8f358272be2d9fbe4233b0d3526347db175ccc5eb140d139d3 SHA512 86b5cf523d0036a55e79f0721b7df923236146e0d29a9dc37affd61a4ba4bc0587a724aef0654239d009bb85eae4be6e42c2d63a5d2edf682fa90abdfbd234f0 diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.0.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild index 6ac3d7394aeb..4486a2880177 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.0.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild @@ -10,7 +10,7 @@ PHP_EXT_S="${S}/ext" PHP_EXT_NAME="maxminddb" PHP_EXT_OPTIONAL_USE="extension" -USE_PHP="php8-1" +USE_PHP="php8-1 php8-2 php8-3" inherit php-ext-source-r3 |