diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-18 14:07:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-18 14:07:17 +0000 |
commit | e60b61e39bb9b7cbf525baa183a5a19234f335fa (patch) | |
tree | c8eb4fa9fcfec8136adef8c856d40fc19e1350de /dev-php/maxmind-db-reader | |
parent | 88a7ab8599213acca9dd34eb21748ff54d7c190a (diff) |
gentoo auto-resync : 18:01:2024 - 14:07:17
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.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/maxmind-db-reader/Manifest b/dev-php/maxmind-db-reader/Manifest index d49235a50f1b..17fa68a3e7dd 100644 --- a/dev-php/maxmind-db-reader/Manifest +++ b/dev-php/maxmind-db-reader/Manifest @@ -1,3 +1,3 @@ DIST MaxMind-DB-Reader-php-1.11.0.tar.gz 23018 BLAKE2B 28e0ad3e8440a4bfad17292e71289224dc2a8deecaf510f887637760ed931a4d90e921f369bf6e37458e9a45212af82105a42925800577228797c47604b9135a SHA512 182c57d9d799b4303e7f5a6f5b47f64b953e216290b26f5891cfc9658dc030bc1f954c48a07777c71ebb9b8f34e4c275d2af794086d33c5bee8b3fe38c1ff56f -EBUILD maxmind-db-reader-1.11.0.ebuild 2216 BLAKE2B 023f61f9666fdbb8c9173d091979520821a2533f1c4b99c4ccb30992753492bdd1f573ee637ebe2dc144f9e359a969b6542d63313bad1015009b4690d960a376 SHA512 a4dae95a92471f9af8193282ac6850691c5b2ebf18b46a4522a471176ea5da51be467e5a18ee25c758e1fdc1cf7fc06de382ca6d4bc84dbef5a7dc025879bf4a +EBUILD maxmind-db-reader-1.11.0.ebuild 2209 BLAKE2B 4c2a0280dc68d2adfdefaf485f7fb6c4ae7d1a313e755ff8cdedfce01c3e423aec3c02dd245b098a2920300c9049da757d06979f2eaec956c41dd60f5ee07819 SHA512 37c54a40db838861dd5d72a34ef6f8bc4d738472c51d0246da182003a63734d7c6002bbdc58de5129af166792616545faf558ce8319e2668069f527e8956682b MISC metadata.xml 586 BLAKE2B 69b8c42dc80e3b164f2287e0c65732ad0d5bc53ab1062e651dd85e21d5fdfb6a1e9990cd4d78077f2dcf73e2c8689e7be6a34c11cfd3ed8690a41a8a737e6246 SHA512 5604ac300486eaeb0bfd52d5a95438843b031eef15162438374e6126ace92327a64cb692a549d301f245fd6622856e973c9dbde60d2dcd398c667a9f8fa1fd5b 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.0.ebuild index 223f479c9477..6ac3d7394aeb 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.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -10,7 +10,7 @@ PHP_EXT_S="${S}/ext" PHP_EXT_NAME="maxminddb" PHP_EXT_OPTIONAL_USE="extension" -USE_PHP="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-source-r3 |