diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-31 18:46:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:13 +0000 |
commit | bc8f35caf79acf146c18ec97cefbf5d1b638fea6 (patch) | |
tree | fe9383748f03a6b0f82fd2c562b9fc73529b0ed4 /community/php7 | |
parent | 83956e2b7a0597aef9861db6e627cb23ad25be46 (diff) | |
download | aports-bc8f35caf79acf146c18ec97cefbf5d1b638fea6.tar.bz2 aports-bc8f35caf79acf146c18ec97cefbf5d1b638fea6.tar.xz |
community/php7: rebuild against openssl 1.1
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 9b045927ec..d51f7f8a30 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -26,7 +26,7 @@ pkgname=php7 _pkgreal=php pkgver=7.2.11 -pkgrel=0 +pkgrel=1 _apiver=20170718 _suffix=${pkgname#php} # Is this package the default (latest) PHP version? @@ -65,7 +65,7 @@ makedepends=" libical-dev libjpeg-turbo-dev libpng-dev - libressl-dev + openssl-dev libsodium-dev libwebp-dev libxml2-dev |