diff options
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 061127fab..7856894e1 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.6.8 +PKG_VERSION:= 5.6.10 PKG_RELEASE:= 1 -PKG_HASH:= 4c417387b88e100ca306adeda8051eb9fad93dae8da983f962dabf91a14b2b7b +PKG_HASH:= 1af720c955b0a57aa47606e928616e84c78868aff2a5f269c70601a77d6da8c1 PKG_DESCR:= php language interpreter PKG_SECTION:= dev/lang PKG_DEPENDS:= libpthread librt |