diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:40:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:40:14 +0000 |
commit | 04c4b8dd6e23b377dc488b3b18c13ba81d4d07be (patch) | |
tree | 18da2f8d172ef7a6d04c7d8d04149381e5165c7c | |
parent | c0f286ff01e3d9b62f507e2e96e47519eb4a9d6c (diff) | |
download | aports-04c4b8dd6e23b377dc488b3b18c13ba81d4d07be.tar.bz2 aports-04c4b8dd6e23b377dc488b3b18c13ba81d4d07be.tar.xz |
testing/php7: rebuild against libressl 2.5
-rw-r--r-- | testing/php7/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7/APKBUILD b/testing/php7/APKBUILD index 0b69648b52..b84001cd5e 100644 --- a/testing/php7/APKBUILD +++ b/testing/php7/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=php7 pkgver=7.1.3 -pkgrel=0 +pkgrel=1 _apiver=20160303 _compat=7.1 _suffix=${pkgname#php} |