diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 18:10:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:37 +0000 |
commit | 7fc6d2c873648590bc1f1c0c07e7c3ecf9eb93e7 (patch) | |
tree | ca192133281c9ac1ac266783fe56844fe4c342af /community/php7 | |
parent | 4a795e075c530c5f51538e08318e55e342dc30cd (diff) | |
download | aports-7fc6d2c873648590bc1f1c0c07e7c3ecf9eb93e7.tar.bz2 aports-7fc6d2c873648590bc1f1c0c07e7c3ecf9eb93e7.tar.xz |
community/php7: rebuild against libressl-2.6
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 bf84376c73..b81a25dc54 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -20,7 +20,7 @@ pkgname=php7 _pkgreal=php pkgver=7.1.11 -pkgrel=0 +pkgrel=1 _apiver=20160303 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? |