diff options
Diffstat (limited to 'package/php')
-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 4d41781b2..fe1236a50 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.17 +PKG_VERSION:= 5.5.19 PKG_RELEASE:= 1 -PKG_MD5SUM:= e5f25dae73004658533ee7701a527bd0 +PKG_MD5SUM:= c63dcfd8b318d12127ba6d39ecc8a444 PKG_DESCR:= php language interpreter PKG_SECTION:= dev/lang PKG_DEPENDS:= libpthread librt |