diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-19 15:17:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-19 15:17:50 +0200 |
commit | 0bfc10a81622b9854465bb9542f23730875e7033 (patch) | |
tree | 09e90ece2b56d0b515e02a86c7e916f3884d2459 /package/php/Makefile | |
parent | d80896f70d01402bf754b446939550d12094c9ae (diff) |
update to latest stable version
Diffstat (limited to 'package/php/Makefile')
-rw-r--r-- | package/php/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/php/Makefile b/package/php/Makefile index fb7a3fb0e..4d41781b2 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.5.14 +PKG_VERSION:= 5.5.17 PKG_RELEASE:= 1 -PKG_MD5SUM:= c59068a2f9e7d02aa36e2d56fde48713 +PKG_MD5SUM:= e5f25dae73004658533ee7701a527bd0 PKG_DESCR:= php language interpreter PKG_SECTION:= dev/lang PKG_DEPENDS:= libpthread librt |