diff options
author | Juergen Daubert <jue@jue.li> | 2014-09-19 13:28:03 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-09-19 13:28:03 +0200 |
commit | eeec6a49922565d5f40caf374b8e555ca1e014b1 (patch) | |
tree | cfee2f89e4da118431c2b74d065e0ae7a3d8297a /mod_php/Pkgfile | |
parent | 0ab009e50848247597a588feeb6fbe236b6a7b76 (diff) | |
download | opt-eeec6a49922565d5f40caf374b8e555ca1e014b1.tar.gz opt-eeec6a49922565d5f40caf374b8e555ca1e014b1.tar.xz |
mod_php: update to 5.5.17
Diffstat (limited to 'mod_php/Pkgfile')
-rw-r--r-- | mod_php/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 07c83d813..3720891ac 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -4,9 +4,9 @@ # Depends on: xz apache libxml2 name=mod_php -version=5.5.16 +version=5.5.17 release=1 -source=(http://www.php.net/distributions/php-$version.tar.xz) +source=(http://php.net/distributions/php-$version.tar.xz) build () { cd php-$version |