diff options
| author | Remi Collet <remi@remirepo.net> | 2025-01-07 12:06:19 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-01-07 12:06:19 +0100 | 
| commit | e263180e12f084dd8919c8a1cf16199c783dbb13 (patch) | |
| tree | 67c8b728cfe2145cdb4ef3c79104acb2468a25a0 | |
| parent | 58fa95ba3047a7fae9ea1946b069929c56b6bc68 (diff) | |
update to 3.66.2
| -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 4af3d32..95891c3 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -13,14 +13,14 @@  %bcond_with          generators -%global gh_commit    cde186799d8e92960c5a00c96e6214bf7f5547a9 +%global gh_commit    25addd3cb10e54cfd20b84d9c083c6625cd52218  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-01-06 +%global gh_date      2025-01-07  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.66.1 +Version:        3.66.2  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -168,6 +168,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Tue Jan  7 2025 Remi Collet <remi@remirepo.net> - 3.66.2-1 +- update to 3.66.2 +  * Mon Jan  6 2025 Remi Collet <remi@remirepo.net> - 3.66.1-1  - update to 3.66.1  | 
