diff options
author | feld <feld@FreeBSD.org> | 2017-09-19 01:06:18 +0000 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-09-19 01:06:18 +0000 |
commit | 26a24a6724336fc6ac9e5f043e02cb3ea9873fb9 (patch) | |
tree | 42f35cd4817f85a0855c3b2ddafc57a4d863a3e5 | |
parent | 7fed466b4c3ae0960d4a6ecfc0eb33fb348f5aec (diff) | |
download | FreeBSD-ports-26a24a6724336fc6ac9e5f043e02cb3ea9873fb9.zip FreeBSD-ports-26a24a6724336fc6ac9e5f043e02cb3ea9873fb9.tar.gz |
MFH: r449033
Update PHP 7 from 7.0.22 to 7.0.23
Changelog: http://www.php.net/ChangeLog-7.php#7.0.23
Approved by: ports-secteam (with hat)
-rw-r--r-- | lang/php70/Makefile | 2 | ||||
-rw-r--r-- | lang/php70/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 46189cb..8fdc55f 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.22 +PORTVERSION= 7.0.23 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php70/distinfo b/lang/php70/distinfo index 55427d6..24566a7 100644 --- a/lang/php70/distinfo +++ b/lang/php70/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501755347 -SHA256 (php-7.0.22.tar.xz) = 408c3fbc235ec940433bfac1f3ed4bf797f61b4a1693b9fb0b6a04b2c1832501 -SIZE (php-7.0.22.tar.xz) = 12668604 +TIMESTAMP = 1504170108 +SHA256 (php-7.0.23.tar.xz) = 8e526e3551a58e00c8055fa4a72804aa1bd3ee1c0411b25bf1504cc4992609df +SIZE (php-7.0.23.tar.xz) = 11953100 |