v3.89.0
This commit is contained in:
parent
0c5a0517f9
commit
56d33962bc
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ clog
|
|||
/php-cs-fixer-3.87.2-da5f0a7.tgz
|
||||
/php-cs-fixer-3.88.0-f234696.tgz
|
||||
/php-cs-fixer-3.88.2-a8d1558.tgz
|
||||
/php-cs-fixer-3.89.0-4dd6768.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit a8d15584bafb0f0d9d938827840060fd4a3ebc99
|
||||
%global gh_commit 4dd6768cb7558440d27d18f54909eee417317ce9
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-09-27
|
||||
%global gh_date 2025-10-18
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.88.2
|
||||
Version: 3.89.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -102,6 +102,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2025 Remi Collet <remi@remirepo.net> - 3.89.0-1
|
||||
- update to 3.89.0
|
||||
|
||||
* Sat Sep 27 2025 Remi Collet <remi@remirepo.net> - 3.88.2-1
|
||||
- update to 3.88.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.88.2-a8d1558.tgz) = efd23cdf1037a17db3fcb3e5863e0805ad83c27cc67af1b142643dff8f6df8d270b033ab33a147901a646ea36aeac15cce362feca17737fbc043fdbab5993b6c
|
||||
SHA512 (php-cs-fixer-3.89.0-4dd6768.tgz) = 798f274df6c9fa7fd1658fbdf5ac1dea4e1d297ae4a5a1dbd2a9a60d26b0a3fa54e40a3c6c8f45c8e706db0068a1947735f60e044cc7eea8632894a50f6a3079
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue