diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-04 21:46:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:26 +0000 |
commit | 241ee7f4ce1a0ba912ec86110f3f9d76c9e47898 (patch) | |
tree | e2ef099e92b77245271fbb0d77d662d8929b3416 /community/php5 | |
parent | def72ad2eaa1cfdef7b1757b2a07fb1d0516bbb2 (diff) | |
download | aports-241ee7f4ce1a0ba912ec86110f3f9d76c9e47898.tar.bz2 aports-241ee7f4ce1a0ba912ec86110f3f9d76c9e47898.tar.xz |
community/php5: rebuild against libressl-2.7
Diffstat (limited to 'community/php5')
-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 378e18fc28..c8c9290b28 100644 --- a/community/php5/APKBUILD +++ b/community/php5/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=php5 pkgver=5.6.35 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" |