diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2024-09-06 22:11:41 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2024-09-07 10:58:20 +0000 |
commit | dfc1c9765f8e567531777a19d6b8ae8890a25d81 (patch) | |
tree | 1d041f8611f8513e45e8591cf1bb74595344bd64 | |
parent | d225c02f3e58b809d17498b0a9e9f2920d90c948 (diff) | |
download | aports-dfc1c9765f8e567531777a19d6b8ae8890a25d81.zip |
testing/php81-pecl-timezonedb: upgrade to 2024.2
-rw-r--r-- | testing/php81-pecl-timezonedb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php81-pecl-timezonedb/APKBUILD b/testing/php81-pecl-timezonedb/APKBUILD index 5409b3a746c..ec082906105 100644 --- a/testing/php81-pecl-timezonedb/APKBUILD +++ b/testing/php81-pecl-timezonedb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php81-pecl-timezonedb _extname=timezonedb -pkgver=2024.1 +pkgver=2024.2 pkgrel=0 pkgdesc="Timezone Database to be used with PHP's date and time functions." url="https://pecl.php.net/package/timezonedb" @@ -34,5 +34,5 @@ package() { } sha512sums=" -09772cdb0d94f8bcf937f075dbcc385b3c5c23657c4442b2ea741bb5dcd8b9898bd23019a2e2319178ffcb62aedd11cbc222ed9d603fba608e0e185a9d5282bc php-pecl-timezonedb-2024.1.tgz +0f9ad8165d4ac21f2290e88d67328ab042951eca29d7884346233ccb36f0717fc0470916af9198580386ffde19a4ed89df6dfccb36fc379e6374eb77323613ec php-pecl-timezonedb-2024.2.tgz " |