diff options
-rw-r--r-- | php-guzzlehttp-guzzle6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-guzzlehttp-guzzle6.spec b/php-guzzlehttp-guzzle6.spec index 70d5851..cfa9b67 100644 --- a/php-guzzlehttp-guzzle6.spec +++ b/php-guzzlehttp-guzzle6.spec @@ -12,8 +12,8 @@ %global github_owner guzzle %global github_name guzzle -%global github_version 6.5.6 -%global github_commit f092dd734083473658de3ee4bef093ed77d2689c +%global github_version 6.5.7 +%global github_commit 724562fa861e21a4071c652c8a159934e4f05592 %global composer_vendor guzzlehttp %global composer_project guzzle @@ -225,6 +225,9 @@ exit $RETURN_CODE %changelog +* Mon Jun 13 2022 Remi Collet <remi@remirepo.net> - 6.5.7-1 +- update to 6.5.7 + * Mon May 30 2022 Remi Collet <remi@remirepo.net> - 6.5.6-1 - update to 6.5.6 |