diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:21:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 21:59:37 +0200 |
commit | a045d51e09a203d871d3f14462c3f6621658d046 (patch) | |
tree | 8cdef0c3fed0741ad838406b99f587c73fa7775a /package | |
parent | 8eafc67f83fef6e71bf9251c1f343ad5dbd315f5 (diff) |
update php to latest stable version
Diffstat (limited to 'package')
-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 |