parent
81cd5e63cf
commit
2c6d4d92f5
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ clog
|
|||
/php-cs-fixer-3.85.1-2fb6d7f.tgz
|
||||
/php-cs-fixer-3.86.0-4a952bd.tgz
|
||||
/php-cs-fixer-3.87.1-2f51703.tgz
|
||||
/php-cs-fixer-3.87.2-da5f0a7.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit 2f5170365e2a422d0c5421f9c8818b2c078105f6
|
||||
%global gh_commit da5f0a7858c79b56fc0b8c36d3efcfe5f37f0992
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-09-02
|
||||
%global gh_date 2025-09-10
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.87.1
|
||||
Version: 3.87.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -102,6 +102,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 3.87.2-1
|
||||
- update to 3.87.2
|
||||
|
||||
* Wed Sep 3 2025 Remi Collet <remi@remirepo.net> - 3.87.1-1
|
||||
- update to 3.87.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.87.1-2f51703.tgz) = 67ea71965e5fb46b1eb7c333abfa28bc125563db1c0dfaf90a29169e30382e961d59646157ca67b7ff509248b77ac3b7d0baa007a791f1c77d246e03d250d8d3
|
||||
SHA512 (php-cs-fixer-3.87.2-da5f0a7.tgz) = 4d655ccbcd9aebcb7350c2b082dd4d71e11b02bf57fe66c0af6e14e73a56800e36c241c34440fe0bc1be46c56d5a11c44cb7f884017f79252c23e9d49c4e8e8a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue