diff options
author | plunky <plunky@pkgsrc.org> | 2020-07-10 10:11:02 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2020-07-10 10:11:02 +0000 |
commit | 4b4b664971fe5a145085d6f4d776ac50802a65d2 (patch) | |
tree | 0951374a33ed0db905401195d436915eb1828a1e | |
parent | 58a1a04eb35e465a697ef9d82dd94ef4305e40ac (diff) | |
download | pkgsrc-4b4b664971fe5a145085d6f4d776ac50802a65d2.tar.gz |
Update www-phalcon to 3.4.5 to fix pkgsrc build
This is minor bugfix updates only (as 4.x branch is available) the
biggest of which is that this now supports PHP 7.3.
Changes are detailed at https://blog.phalcon.io/tags#phalcon3
-rw-r--r-- | www/php-phalcon/Makefile | 4 | ||||
-rw-r--r-- | www/php-phalcon/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/php-phalcon/Makefile b/www/php-phalcon/Makefile index 5a4608a2f25..c8c2928c9f9 100644 --- a/www/php-phalcon/Makefile +++ b/www/php-phalcon/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2018/12/15 17:05:29 taca Exp $ +# $NetBSD: Makefile,v 1.5 2020/07/10 10:11:02 plunky Exp $ # MODNAME= phalcon -PECL_VERSION= 3.4.0 +PECL_VERSION= 3.4.5 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=phalcon/} diff --git a/www/php-phalcon/distinfo b/www/php-phalcon/distinfo index b7d86a4770d..48172b21d4c 100644 --- a/www/php-phalcon/distinfo +++ b/www/php-phalcon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/05/29 09:13:35 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2020/07/10 10:11:02 plunky Exp $ -SHA1 (php-phalcon/phalcon-3.4.0.tar.gz) = 583313348be458daf84f258dfdf5fc6423ad98eb -RMD160 (php-phalcon/phalcon-3.4.0.tar.gz) = 40cc680af910486bb1714ba66ffa779c436da3ec -SHA512 (php-phalcon/phalcon-3.4.0.tar.gz) = 37a0db09a97f26d26bfaf49a9e9f949101e4e1c3edbbda0923f205be46ac53be5dedb63b5a19e7dd29284f9858e495c5dc4c19f3417c548dd384b2dfd7def9e7 -Size (php-phalcon/phalcon-3.4.0.tar.gz) = 6700442 bytes +SHA1 (php-phalcon/phalcon-3.4.5.tar.gz) = 6ab8623a12b7a4c3b012ed8842c889a826f21a77 +RMD160 (php-phalcon/phalcon-3.4.5.tar.gz) = 8dc7fb1c7eea9218d280804ddb79e09e1b4f3023 +SHA512 (php-phalcon/phalcon-3.4.5.tar.gz) = b91cd00e2d82ccf87d56cd35f9281c24feaa8dafb02e3c591f31c56ceb3d7d057358a9b4f9f8160119151f4594a62588660dc3cdecf6ba5c7e9b3db878190890 +Size (php-phalcon/phalcon-3.4.5.tar.gz) = 6707873 bytes |