diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-08 09:23:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-08 09:23:55 +0200 |
commit | a5ae5b0a48f1d6ac851494ef176742d192d5c0e5 (patch) | |
tree | 1114d32bb04460b3a3f5c07d5932960ee7908b85 | |
parent | b66f7494f39d29bc4129edbbe3d2e16fe570a633 (diff) |
update to 3.62.0
-rw-r--r-- | php-cs-fixer.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index f7c8034..23fdd56 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 94a87189f55814e6cabca2d9a33b06de384a2ab8 +%global gh_commit 627692f794d35c43483f34b01d94740df2a73507 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-07-31 +%global gh_date 2024-08-08 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.61.1 +Version: 3.62.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Thu Aug 8 2024 Remi Collet <remi@remirepo.net> - 3.62.0-1 +- update to 3.62.0 + * Thu Aug 1 2024 Remi Collet <remi@remirepo.net> - 3.61.1-1 - update to 3.61.1 |