diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-08-12 14:11:16 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-08-12 14:17:44 +0300 |
commit | 1a10636e1ffa2969380e464556e7c7805e673101 (patch) | |
tree | 116fb399267b1402b6b0d164641801ef7d2fdd70 /community/php7-pecl-timezonedb | |
parent | 3861e35f229fff31e65d5f554c8ae776b4336f86 (diff) | |
download | aports-1a10636e1ffa2969380e464556e7c7805e673101.tar.bz2 aports-1a10636e1ffa2969380e464556e7c7805e673101.tar.xz |
community/php7-pecl-timezonedb:upgrade to 2019.2
Diffstat (limited to 'community/php7-pecl-timezonedb')
-rw-r--r-- | community/php7-pecl-timezonedb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php7-pecl-timezonedb/APKBUILD b/community/php7-pecl-timezonedb/APKBUILD index a68969e814..582c57f5af 100644 --- a/community/php7-pecl-timezonedb/APKBUILD +++ b/community/php7-pecl-timezonedb/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabio Ribeiro <fabiorphp@gmail.com> pkgname=php7-pecl-timezonedb _pkgreal=timezonedb -pkgver=2019.1 -pkgrel=3 +pkgver=2019.2 +pkgrel=0 pkgdesc="Timezone Database to be used with PHP's date and time functions." url="https://pecl.php.net/package/timezonedb" arch="all" @@ -34,4 +34,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/40_$_pkgreal.ini } -sha512sums="c813f74461b3e4f1cbd6efad41918e632bbcc6481a48c33d677cb5132ff0ef8964995a6f47e8cbcf276f02c48c9a27f3f0301a1d41522405f28ae7dc627db504 timezonedb-2019.1.tgz" +sha512sums="b81b2ec384c0d2534ce52795dcfdb5e4494a702498a848a84acce060b151fd4f0554bf73259a4ceaf4f3deec8c72ff9413228282f7792dbff991ce0c77b94586 timezonedb-2019.2.tgz" |