diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2024-09-06 22:15:56 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2024-09-07 10:58:20 +0000 |
commit | c1d768bc7431ddb787deac8afa0dcc5a037d7343 (patch) | |
tree | 3b1f4a3c7b977b05224c4d853e0df44f1519480f | |
parent | ecefe4d2b4a5c4fe64e5bcf6c425d70afb91502a (diff) | |
download | aports-c1d768bc7431ddb787deac8afa0dcc5a037d7343.zip |
community/php83-pecl-timezonedb: upgrade to 2024.2
-rw-r--r-- | community/php83-pecl-timezonedb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php83-pecl-timezonedb/APKBUILD b/community/php83-pecl-timezonedb/APKBUILD index 36b8472e85c..52fc2d5cbe5 100644 --- a/community/php83-pecl-timezonedb/APKBUILD +++ b/community/php83-pecl-timezonedb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php83-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 " |