diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 18:17:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:37 +0000 |
commit | 3a3a0b5002d78412814c3903f49b2a18a9a33bd2 (patch) | |
tree | 56c0b408743a5d3a96adc525669a3fa6ede0cabf | |
parent | 7fc6d2c873648590bc1f1c0c07e7c3ecf9eb93e7 (diff) | |
download | aports-3a3a0b5002d78412814c3903f49b2a18a9a33bd2.tar.bz2 aports-3a3a0b5002d78412814c3903f49b2a18a9a33bd2.tar.xz |
community/php5: rebuild against libressl-2.6
-rw-r--r-- | community/php5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php5/APKBUILD b/community/php5/APKBUILD index b01fe496db..4cab1c65bc 100644 --- a/community/php5/APKBUILD +++ b/community/php5/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=php5 pkgver=5.6.32 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" |