From 4a637c1fecbecf71c1446891ea16312b9de577ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Sep 2022 12:25:20 +0200 Subject: [PATCH 1/8] v4.15.1 (cherry picked from commit 3ac55d0d06f5f4fba4134ccb990448682bc2ae61) --- .gitignore | 1 + php-nikic-php-parser4.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9977f32..310a601 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ clog /php-nikic-php-parser4-4.13.1-63a79e8.tgz /php-nikic-php-parser4-4.13.2-210577f.tgz /php-nikic-php-parser4-4.14.0-34bea19.tgz +/php-nikic-php-parser4-4.15.1-0ef6c55.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 1fb223d..96cf1b9 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -13,11 +13,11 @@ %if 0%{?fedora} %bcond_without tests %else -# disables as phpunit not availble +# disabled as phpunit not availble %bcond_with tests %endif -%global gh_commit 34bea19b6e03d8153165d8f30bba4c3be86184c1 +%global gh_commit 0ef6c55a3f47f89d7a374e6f835197a0b5fcf900 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,8 +27,8 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.14.0 -Release: 2%{?dist} +Version: 4.15.1 +Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} License: BSD @@ -78,7 +78,7 @@ Provides: php-composer(%{gh_owner}/%{pk_project}) = %{version} %description -This is a PHP 5.2 to PHP 7.4 parser written in PHP. +This is a PHP parser written in PHP. Its purpose is to simplify static code analysis and manipulation. This package provides the library version %{major} and the php-parse%{major} command. @@ -157,6 +157,9 @@ exit $ret %changelog +* Thu Sep 8 2022 Remi Collet - 4.15.1-1 +- update to 4.15.1 + * Mon Jun 13 2022 Remi Collet - 4.14.0-2 - only run test suite on Fedora, not on EL diff --git a/sources b/sources index 8ce9865..ad4a088 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.14.0-34bea19.tgz) = 1b20f8e9989e1b28e17c9513f092b7fced41ce6668349a48e871645451941ce21459649da1d384fdd27adc45d9287b10a09b7a5930cc2f1ceb749bb1a082ee44 +SHA512 (php-nikic-php-parser4-4.15.1-0ef6c55.tgz) = 5f68d6ffa512727cb30dacd5b4f057103a8a3be804b7008a41fff52d5add1c5e71c80f9046782b1399eccc9a99266b7f332106fd77420cd1ff0fc77d2615c408 From 7fad1c0bc7f7b9cdeadfa2295dacae0c1df1bb8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Nov 2022 10:11:57 +0100 Subject: [PATCH 2/8] v4.15.2 (cherry picked from commit e1aaa93d1d6745c1e0b12b5c6d99cece6fcfe730) --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 310a601..b1854e1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ clog /php-nikic-php-parser4-4.13.2-210577f.tgz /php-nikic-php-parser4-4.14.0-34bea19.tgz /php-nikic-php-parser4-4.15.1-0ef6c55.tgz +/php-nikic-php-parser4-4.15.2-f59bbe4.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 96cf1b9..0c58e83 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 0ef6c55a3f47f89d7a374e6f835197a0b5fcf900 +%global gh_commit f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.1 +Version: 4.15.2 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -130,7 +130,7 @@ if [ $BITS -lt 8 ]; then # ignore test failing on 32-bit (in koji) FILTER="--filter '^((?!(testParse|testLexNewFeatures)).)*$'" else - FILTER="" + FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" fi ret=0 @@ -157,6 +157,9 @@ exit $ret %changelog +* Mon Nov 14 2022 Remi Collet - 4.15.2-1 +- update to 4.15.2 + * Thu Sep 8 2022 Remi Collet - 4.15.1-1 - update to 4.15.1 diff --git a/sources b/sources index ad4a088..4c613c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.1-0ef6c55.tgz) = 5f68d6ffa512727cb30dacd5b4f057103a8a3be804b7008a41fff52d5add1c5e71c80f9046782b1399eccc9a99266b7f332106fd77420cd1ff0fc77d2615c408 +SHA512 (php-nikic-php-parser4-4.15.2-f59bbe4.tgz) = 5ca2a2feb53d2a37b095d2e36f9226aa663927acfdd781153b874ee196448f84bf831d3485ba58e3f994cc07711bbe92f578ac9608afef3ddc7e6f6ee58aa741 From a5816602dd3eac283875a65ddd1919ceaeec4627 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jan 2023 09:20:17 +0100 Subject: [PATCH 3/8] v4.15.3 (cherry picked from commit ba5d9443a3860a01bc2010beb72831e956fb154f) --- .gitignore | 1 + php-nikic-php-parser4.spec | 23 ++++++++++------------- sources | 2 +- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index b1854e1..16b4599 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ clog /php-nikic-php-parser4-4.14.0-34bea19.tgz /php-nikic-php-parser4-4.15.1-0ef6c55.tgz /php-nikic-php-parser4-4.15.2-f59bbe4.tgz +/php-nikic-php-parser4-4.15.3-570e980.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 0c58e83..ae21959 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-nikic-php-parser4 # -# Copyright (c) 2016-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2016-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc +%global gh_commit 570e980a201d8ed0236b0a62ddf2c9cbb2034039 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,11 +27,11 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.2 +Version: 4.15.3 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -125,16 +125,10 @@ cat << 'AUTOLOAD' | tee vendor/autoload.php AUTOLOAD : Upstream test suite -BITS=$(php -r 'echo PHP_INT_SIZE;') -if [ $BITS -lt 8 ]; then - # ignore test failing on 32-bit (in koji) - FILTER="--filter '^((?!(testParse|testLexNewFeatures)).)*$'" -else - FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" -fi +FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -157,6 +151,9 @@ exit $ret %changelog +* Tue Jan 17 2023 Remi Collet - 4.15.3-1 +- update to 4.15.3 + * Mon Nov 14 2022 Remi Collet - 4.15.2-1 - update to 4.15.2 diff --git a/sources b/sources index 4c613c8..dc3e74d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.2-f59bbe4.tgz) = 5ca2a2feb53d2a37b095d2e36f9226aa663927acfdd781153b874ee196448f84bf831d3485ba58e3f994cc07711bbe92f578ac9608afef3ddc7e6f6ee58aa741 +SHA512 (php-nikic-php-parser4-4.15.3-570e980.tgz) = 56f47c944579d788ebe3c098b50a6509216d02541e83ddeeb96a614d37b2666780fcb43058e2fc21b369036b5600561631ac35f3edf6fd7189f15c5bbca1192e From dc3dd0a9a01f041de64e80880eca237e7798f5ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 10:10:33 +0100 Subject: [PATCH 4/8] v4.15.4 (cherry picked from commit a42fa489ae53e9623dfe8073b7be6a8e8a4e3a3c) (cherry picked from commit e0d1587cac51cc88470cdd835f734f3fd40ee4a3) --- .gitignore | 1 + php-nikic-php-parser4.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16b4599..2b4eaf4 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ clog /php-nikic-php-parser4-4.15.1-0ef6c55.tgz /php-nikic-php-parser4-4.15.2-f59bbe4.tgz /php-nikic-php-parser4-4.15.3-570e980.tgz +/php-nikic-php-parser4-4.15.4-6bb5176.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index ae21959..1a88747 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 570e980a201d8ed0236b0a62ddf2c9cbb2034039 +%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.3 +Version: 4.15.4 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 4.15.4-1 +- update to 4.15.4 + * Tue Jan 17 2023 Remi Collet - 4.15.3-1 - update to 4.15.3 diff --git a/sources b/sources index dc3e74d..4e5d254 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.3-570e980.tgz) = 56f47c944579d788ebe3c098b50a6509216d02541e83ddeeb96a614d37b2666780fcb43058e2fc21b369036b5600561631ac35f3edf6fd7189f15c5bbca1192e +SHA512 (php-nikic-php-parser4-4.15.4-6bb5176.tgz) = a7793f9097d761a50aef37fc99673cb988596c460bad29be312b005c99dda5e55f93589d52990d942929d6d9f7062c265064748765b6d9e267dc5841b41b0df1 From 516df45b53a3cb1eb2e45eaebed63e15317a3a1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 May 2023 10:04:15 +0200 Subject: [PATCH 5/8] v4.15.5 (cherry picked from commit dffd60ecf1d4e35f0ddd0aea36987cb782e6a6c3) --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2b4eaf4..6b5e42c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ clog /php-nikic-php-parser4-4.15.2-f59bbe4.tgz /php-nikic-php-parser4-4.15.3-570e980.tgz /php-nikic-php-parser4-4.15.4-6bb5176.tgz +/php-nikic-php-parser4-4.15.5-11e2663.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 1a88747..fb8208c 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 6bb5176bc4af8bcb7d926f88718db9b96a2d4290 +%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.4 +Version: 4.15.5 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -91,7 +91,7 @@ Autoloader: %{php_home}/%{ns_project}%{major}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm %build @@ -151,6 +151,9 @@ exit $ret %changelog +* Wed May 24 2023 Remi Collet - 4.15.5-1 +- update to 4.15.5 + * Mon Mar 6 2023 Remi Collet - 4.15.4-1 - update to 4.15.4 diff --git a/sources b/sources index 4e5d254..d47ac83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.4-6bb5176.tgz) = a7793f9097d761a50aef37fc99673cb988596c460bad29be312b005c99dda5e55f93589d52990d942929d6d9f7062c265064748765b6d9e267dc5841b41b0df1 +SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c From 8d427cbea33ee4bf53bcc8b325daca12676031b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jun 2023 15:45:15 +0200 Subject: [PATCH 6/8] v1.16.0 (cherry picked from commit b1dabc41890e7cf9b38e2467b9f8f60a8e5037db) --- .gitignore | 1 + php-nikic-php-parser4.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6b5e42c..dc1f423 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ clog /php-nikic-php-parser4-4.15.3-570e980.tgz /php-nikic-php-parser4-4.15.4-6bb5176.tgz /php-nikic-php-parser4-4.15.5-11e2663.tgz +/php-nikic-php-parser4-4.16.0-19526a3.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index fb8208c..893ea74 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 11e2663a5bc9db5d714eedb4277ee300403b4a9e +%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.15.5 +Version: 4.16.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -128,7 +128,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon Jun 26 2023 Remi Collet - 4.16.0-1 +- update to 4.16.0 + * Wed May 24 2023 Remi Collet - 4.15.5-1 - update to 4.15.5 diff --git a/sources b/sources index d47ac83..4f2183e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.15.5-11e2663.tgz) = ace66102ddeb7a0f4b644b5d8579e1ed76579146ded37ac1459bbb14865fef6fd1eac5653336366dd8fad3ce0928b74ed0daac74232c979249e3bf445385a10c +SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9 From f17ff26ba18a7cb295907738c440c6683778268d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Aug 2023 11:41:05 +0200 Subject: [PATCH 7/8] v4.17.1 (cherry picked from commit 7bc4c0eaf6acac100430222d1b2b73375e193a1e) (cherry picked from commit b6595b549aeadb0b39d93768317ab8f0306d4892) --- .gitignore | 1 + php-nikic-php-parser4.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc1f423..b6b5df0 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ clog /php-nikic-php-parser4-4.15.4-6bb5176.tgz /php-nikic-php-parser4-4.15.5-11e2663.tgz /php-nikic-php-parser4-4.16.0-19526a3.tgz +/php-nikic-php-parser4-4.17.1-a6303e5.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index 893ea74..c281d4e 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -17,7 +17,7 @@ %bcond_with tests %endif -%global gh_commit 19526a33fb561ef417e822e85f08a00db4059c17 +%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +27,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.16.0 +Version: 4.17.1 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -151,6 +151,9 @@ exit $ret %changelog +* Fri Aug 18 2023 Remi Collet - 4.17.1-1 +- update to 4.17.1 + * Mon Jun 26 2023 Remi Collet - 4.16.0-1 - update to 4.16.0 diff --git a/sources b/sources index 4f2183e..777f98b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.16.0-19526a3.tgz) = e4a216a4e412ccfa866275f79083c671461226b8454137cee1ae884776160a2452190b80a88cf9eed31685b61a0edad439ad4cd2a32c7f358728a3dd36eba7f9 +SHA512 (php-nikic-php-parser4-4.17.1-a6303e5.tgz) = b8bfdfd482af7cafdde18105b9d577ca91ea683389471ccddca5d7fb1241ef19650f7b4508f930b4537fc7a0742ba7a75e675d749419448d2fe3c5f47d536f5d From 05ca4720b209bae7caa2deb469dbe7bb8d3f9aeb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Dec 2023 07:15:07 +0100 Subject: [PATCH 8/8] v4.18.0 (cherry picked from commit 37063dfa379b0fdb50675a1f56a8cc69aa392b3d) --- .gitignore | 1 + php-nikic-php-parser4.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b6b5df0..0507a56 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ clog /php-nikic-php-parser4-4.15.5-11e2663.tgz /php-nikic-php-parser4-4.16.0-19526a3.tgz /php-nikic-php-parser4-4.17.1-a6303e5.tgz +/php-nikic-php-parser4-4.18.0-1bcbb21.tgz diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec index c281d4e..9380b53 100644 --- a/php-nikic-php-parser4.spec +++ b/php-nikic-php-parser4.spec @@ -7,8 +7,6 @@ # Please, preserve the changelog entries # -# For compatibility with SCL -%undefine __brp_mangle_shebangs %if 0%{?fedora} %bcond_without tests @@ -17,7 +15,7 @@ %bcond_with tests %endif -%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d +%global gh_commit 1bcbb2179f97633e98bbbc87044ee2611c7d7999 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -27,7 +25,7 @@ %global major 4 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 4.17.1 +Version: 4.18.0 Release: 1%{?dist} Summary: A PHP parser written in PHP - version %{major} @@ -128,7 +126,7 @@ AUTOLOAD FILTER="--filter '^((?!(testLexNewFeatures)).)*$'" ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 -d include_path=%{php_home} \ @@ -151,6 +149,9 @@ exit $ret %changelog +* Mon Dec 11 2023 Remi Collet - 4.18.0-1 +- update to 4.18.0 + * Fri Aug 18 2023 Remi Collet - 4.17.1-1 - update to 4.17.1 diff --git a/sources b/sources index 777f98b..03cb53f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-nikic-php-parser4-4.17.1-a6303e5.tgz) = b8bfdfd482af7cafdde18105b9d577ca91ea683389471ccddca5d7fb1241ef19650f7b4508f930b4537fc7a0742ba7a75e675d749419448d2fe3c5f47d536f5d +SHA512 (php-nikic-php-parser4-4.18.0-1bcbb21.tgz) = ec4682a2fc9075895c2fbc9a17ed6de0e9580c11277176014bd5a8c1c414cc271f5e24ef34650e671e851860ac316ede72b4f62ad61955fb7fc6da56fdd86134