v3.80.0
This commit is contained in:
parent
6aecd03506
commit
7c60e42afa
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -138,3 +138,4 @@ clog
|
|||
/php-cs-fixer-3.73.1-ffcb820.tgz
|
||||
/php-cs-fixer-3.75.0-399a128.tgz
|
||||
/php-cs-fixer-3.76.0-0e3c484.tgz
|
||||
/php-cs-fixer-3.80.0-e49ed46.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit 0e3c484cef0ae9314b0f85986a36296087432c40
|
||||
%global gh_commit e49ed46b8f7adcc451d4cd2ed34eaae33372bc60
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-06-30
|
||||
%global gh_date 2025-07-06
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.76.0
|
||||
Version: 3.80.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 Jul 7 2025 Remi Collet <remi@remirepo.net> - 3.80.0-1
|
||||
- update to 3.80.0
|
||||
|
||||
* Tue Jul 1 2025 Remi Collet <remi@remirepo.net> - 3.76.0-1
|
||||
- update to 3.76.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.76.0-0e3c484.tgz) = 155bc4bca47903eda8e50c9640d8bfbc211c62c64bfccab9cd43a6b1137903ad028ee34e8ecf2bf1c0f50cec6652ee61b6ae0e2c150c8cafe3251fbccfc1a1cc
|
||||
SHA512 (php-cs-fixer-3.80.0-e49ed46.tgz) = 00931843e603a95e4aadcc83c738756b7968af83253c4ae9cc9950295bc0edbd897ae0e00b309eddaa803f9f05af5c8e614ae6a9b4c9c01b657bce8e4158374c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue