diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-06 13:40:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-06 13:40:54 -0300 |
commit | 5365bc5ef5133d8b359eb5ab91e4dbc8a40b0221 (patch) | |
tree | b26d5fad8c820696717a40d02047bbc55c62321a /community/php7 | |
parent | b1475be30ce5edef1e8d55f5c37dbf25ef72f62a (diff) | |
download | aports-5365bc5ef5133d8b359eb5ab91e4dbc8a40b0221.tar.bz2 aports-5365bc5ef5133d8b359eb5ab91e4dbc8a40b0221.tar.xz |
community/php7: rebuild against icu 66.1
fixes #11364
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index faeb29f7e0..eeafbae551 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -27,7 +27,7 @@ pkgname=php7 _pkgreal=php pkgver=7.3.16 -pkgrel=1 +pkgrel=2 _apiver=20180731 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? |