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 2196c4f92..14e037a30 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.3.4 +PKG_VERSION:= 5.3.5 PKG_RELEASE:= 1 -PKG_MD5SUM:= b69b36132899c5ca3bf155efa0218676 +PKG_MD5SUM:= fb727a3ac72bf0ce37e1a20468a7bb81 PKG_DESCR:= PHP language interpreter PKG_SECTION:= lang PKG_DEPENDS:= libopenssl zlib |