diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-04-02 19:52:57 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-03 16:10:02 +0300 |
commit | f41a347c5cdc1034631c006f432ae8f03108a2f1 (patch) | |
tree | 2f223e38642570a73e0b3e3aa65d07397591dcf8 /community/php7-pecl-timezonedb | |
parent | 69d62ac0bec5b5999802824b9c62d8e458e47c49 (diff) | |
download | aports-f41a347c5cdc1034631c006f432ae8f03108a2f1.tar.bz2 aports-f41a347c5cdc1034631c006f432ae8f03108a2f1.tar.xz |
community/php7-pecl-timezonedb: upgrade to 2019.1
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 55bfa4326e..e852504597 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=2018.9 +pkgver=2019.1 pkgrel=0 pkgdesc="Timezone Database to be used with PHP's date and time functions." url="https://pecl.php.net/package/timezonedb" @@ -30,4 +30,4 @@ package() { echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/40_$_pkgreal.ini } -sha512sums="77fabe3aa0283900ea2d3d20caaf7c4b9bac1859249c9df4f0225c203fc92310dfe9b4144640af034a4ba86ba78a748a39980ff796affc67edc99ec874867e06 timezonedb-2018.9.tgz" +sha512sums="c813f74461b3e4f1cbd6efad41918e632bbcc6481a48c33d677cb5132ff0ef8964995a6f47e8cbcf276f02c48c9a27f3f0301a1d41522405f28ae7dc627db504 timezonedb-2019.1.tgz" |