diff options
-rw-r--r-- | mod_php/.md5sum | 2 | ||||
-rw-r--r-- | mod_php/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mod_php/.md5sum b/mod_php/.md5sum index 20c0d384e..2548c80ea 100644 --- a/mod_php/.md5sum +++ b/mod_php/.md5sum @@ -1 +1 @@ -5cb5f2ed9099299f8a4c952d59d93812 php-5.5.15.tar.bz2 +243f641c58b7d58b94b5431e0b730a5e php-5.5.16.tar.xz 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 |