diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-10-04 13:36:26 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-10-04 13:41:08 +0300 |
commit | 064990d92772efb05f86189cbea1a4922836f5b1 (patch) | |
tree | 1a9caff561bc5783b34a213e61d47d3079b8809d /community/php7-pecl-timezonedb | |
parent | 223141bde27a72b61095fcf842b04a3c3e00a885 (diff) | |
download | aports-064990d92772efb05f86189cbea1a4922836f5b1.tar.bz2 aports-064990d92772efb05f86189cbea1a4922836f5b1.tar.xz |
community/php7-pecl-timezonedb: upgrade to 2019.3
Diffstat (limited to 'community/php7-pecl-timezonedb')
-rw-r--r-- | community/php7-pecl-timezonedb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7-pecl-timezonedb/APKBUILD b/community/php7-pecl-timezonedb/APKBUILD index 582c57f5af..240a885a6e 100644 --- a/community/php7-pecl-timezonedb/APKBUILD +++ b/community/php7-pecl-timezonedb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=php7-pecl-timezonedb _pkgreal=timezonedb -pkgver=2019.2 +pkgver=2019.3 pkgrel=0 pkgdesc="Timezone Database to be used with PHP's date and time functions." url="https://pecl.php.net/package/timezonedb" @@ -34,4 +34,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/40_$_pkgreal.ini } -sha512sums="b81b2ec384c0d2534ce52795dcfdb5e4494a702498a848a84acce060b151fd4f0554bf73259a4ceaf4f3deec8c72ff9413228282f7792dbff991ce0c77b94586 timezonedb-2019.2.tgz" +sha512sums="8342a0ed83a52ade0415430751d4efeaa84fb72e7da3aec8921338e9dfbf37ff1f098f6b6e1ed9c8f1c9c62017a0fe9c14f86a53be72f8b9f1ec137fa45d057d timezonedb-2019.3.tgz" |