diff options
author | tz <tz@FreeBSD.org> | 2018-01-11 00:11:15 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2018-01-11 00:11:15 +0800 |
commit | 9564facb824ace3446d2f3e45f942bc8cc0c845b (patch) | |
tree | d19fc52680bb263ddac0c6ba5eef8111bce624e2 | |
parent | 3252f9248335b70e637c414eca82d6922eac9220 (diff) | |
download | freebsd-ports-gnome-9564facb824ace3446d2f3e45f942bc8cc0c845b.tar.gz freebsd-ports-gnome-9564facb824ace3446d2f3e45f942bc8cc0c845b.tar.zst freebsd-ports-gnome-9564facb824ace3446d2f3e45f942bc8cc0c845b.zip |
lang/php72: Update from 7.2.0 to 7.2.1
Changelog: http://www.php.net/ChangeLog-7.php#7.2.1
PR: 224953
MFH: 2018Q1
-rw-r--r-- | lang/php72/Makefile | 4 | ||||
-rw-r--r-- | lang/php72/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index fc0cf633fd3f..90767a314d48 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.0 -PORTREVISION?= 1 +DISTVERSION= 7.2.1 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} diff --git a/lang/php72/distinfo b/lang/php72/distinfo index 8406dff81b86..4093d894ab03 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512570641 -SHA256 (php-7.2.0.tar.xz) = 87572a6b924670a5d4aac276aaa4a94321936283df391d702c845ffc112db095 -SIZE (php-7.2.0.tar.xz) = 12014940 +TIMESTAMP = 1515408517 +SHA256 (php-7.2.1.tar.xz) = 6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822 +SIZE (php-7.2.1.tar.xz) = 12094840 |