v3.90.0
This commit is contained in:
parent
472ae00725
commit
375e4355df
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ clog
|
|||
/php-cs-fixer-3.89.0-4dd6768.tgz
|
||||
/php-cs-fixer-3.89.1-f34967d.tgz
|
||||
/php-cs-fixer-3.89.2-7569658.tgz
|
||||
/php-cs-fixer-3.90.0-ad732c2.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit 7569658f91e475ec93b99bd5964b059ad1336dcf
|
||||
%global gh_commit ad732c2e9299c9743f9c55ae53cc0e7642ab1155
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-11-06
|
||||
%global gh_date 2025-11-20
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.89.2
|
||||
Version: 3.90.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -102,6 +102,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 3.90.0-1
|
||||
- update to 3.90.0
|
||||
|
||||
* Fri Nov 7 2025 Remi Collet <remi@remirepo.net> - 3.89.2-1
|
||||
- update to 3.89.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.89.2-7569658.tgz) = e86075c5a8afffb3ca0cdb719a62f37a5895025b9420a0adc8a57f16a121aea04d3199163654f57bb46338c38dc4864d42ebe225b22fde98f6185270482238de
|
||||
SHA512 (php-cs-fixer-3.90.0-ad732c2.tgz) = 1cae153f787d6918597eab493f78fc0c1cacd91301e5acc28575b4570c6dbb74a506217d4755d6398faba0513f799adc3da6a933e2069cd29188fe5599efc8be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue