parent
fb709df4ff
commit
b75a7298be
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ clog
|
|||
/php-cs-fixer-3.87.1-2f51703.tgz
|
||||
/php-cs-fixer-3.87.2-da5f0a7.tgz
|
||||
/php-cs-fixer-3.88.0-f234696.tgz
|
||||
/php-cs-fixer-3.88.2-a8d1558.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit f23469674ae50d40e398bfff8018911a2a2b0dbe
|
||||
%global gh_commit a8d15584bafb0f0d9d938827840060fd4a3ebc99
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-09-24
|
||||
%global gh_date 2025-09-27
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.88.0
|
||||
Version: 3.88.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -102,6 +102,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 27 2025 Remi Collet <remi@remirepo.net> - 3.88.2-1
|
||||
- update to 3.88.2
|
||||
|
||||
* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 3.88.0-1
|
||||
- update to 3.88.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.88.0-f234696.tgz) = 262038c030a11e687eac6b2194d7cf1da05edf3c934bd95f0c0df86529e46fbf189b2104a36565583759c14bda0b4aa04bed84f749c1066ab7917a3cdd8a2a74
|
||||
SHA512 (php-cs-fixer-3.88.2-a8d1558.tgz) = efd23cdf1037a17db3fcb3e5863e0805ad83c27cc67af1b142643dff8f6df8d270b033ab33a147901a646ea36aeac15cce362feca17737fbc043fdbab5993b6c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue