diff options
author | Juergen Daubert <jue@jue.li> | 2014-08-22 11:26:50 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-08-22 11:27:57 +0200 |
commit | b4d434c2c03a318914f63747ae0e5fe335561877 (patch) | |
tree | 0d43dffb561aee87f1ef44be98e03e502d3ed05e /mod_php/Pkgfile | |
parent | fa879f7f3b54e7562cd59864aab470479900f44b (diff) | |
download | opt-b4d434c2c03a318914f63747ae0e5fe335561877.tar.gz opt-b4d434c2c03a318914f63747ae0e5fe335561877.tar.xz |
mod_php: update to 5.5.16
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 514beb3f6..07c83d813 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -4,9 +4,9 @@ # Depends on: xz apache libxml2 name=mod_php -version=5.5.15 +version=5.5.16 release=1 -source=(http://www.php.net/distributions/php-$version.tar.bz2) +source=(http://www.php.net/distributions/php-$version.tar.xz) build () { cd php-$version |