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
This commit is contained in:
parent
66f2118d10
commit
90e66cfd76
2 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue