diff --git a/dev-php/pecl-timezonedb/Manifest b/dev-php/pecl-timezonedb/Manifest index 5860d21..78f0264 100644 --- a/dev-php/pecl-timezonedb/Manifest +++ b/dev-php/pecl-timezonedb/Manifest @@ -1 +1 @@ -DIST timezonedb-2024.1.tgz 639818 BLAKE2B 168595678908ca6284e6190fd21246c7bbdd82356af8be961736063ad1541fdc41cc0954d3d135a2c91d5bcff391fe7a98b54dca0850b58fee656d99ab0dbe08 SHA512 09772cdb0d94f8bcf937f075dbcc385b3c5c23657c4442b2ea741bb5dcd8b9898bd23019a2e2319178ffcb62aedd11cbc222ed9d603fba608e0e185a9d5282bc +DIST timezonedb-2025.2.tgz 649563 BLAKE2B 7f99282a6d6af6511c724e8f692bdb75db7c938aab155a48fd24c707214b4c53095df65833f9103b630180507d546bce02978e2161603204b464b0a789d476b1 SHA512 ad9f57c7b0181a9507a2f886facda993248fb11539eaaf3e23d6596a639814f947a96aeb77604acf3222e571df967010bad2b0764b2dc44aaa16064da10e6ace diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2025.2.ebuild similarity index 84% rename from dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild rename to dev-php/pecl-timezonedb/pecl-timezonedb-2025.2.ebuild index 6c96f19..cdaed65 100644 --- a/dev-php/pecl-timezonedb/pecl-timezonedb-2024.1.ebuild +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2025.2.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" @@ -7,7 +7,7 @@ PHP_EXT_NAME="timezonedb" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2" inherit php-ext-pecl-r3