parent
a3107e4c87
commit
e7ddf1aa7e
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
clog
|
||||
/php-cs-fixer-3.82.2-684ed3a.tgz
|
||||
/php-cs-fixer-3.84.0-38dad07.tgz
|
||||
/php-cs-fixer-3.85.1-2fb6d7f.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%global gh_commit 38dad0767bf2a9b516b976852200ae722fe984ca
|
||||
%global gh_commit 2fb6d7f6c3398dca5786a1635b27405d73a417ba
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_date 2025-07-15
|
||||
%global gh_date 2025-07-29
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.84.0
|
||||
Version: 3.85.1
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -102,6 +102,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 3.85.1-1
|
||||
- update to 3.85.1
|
||||
|
||||
* Wed Jul 16 2025 Remi Collet <remi@remirepo.net> - 3.84.0-1
|
||||
- update to 3.84.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.84.0-38dad07.tgz) = c5b15bbfb3db7b3a561492febe2df0613e3fae5538fe381c112d90d1e3a5eec700841b07311c99d083733bdca467fd2099bb8515be83eb4fcbd0d9a69dd94c19
|
||||
SHA512 (php-cs-fixer-3.85.1-2fb6d7f.tgz) = 5819e342e307f90cb84dc96402ac912bf3384b3eeacd18a79f07ef0a050056ab1418352d0772a1d454bfa61f61a26e766583a6ebb65907da8eef1f7b0f744df5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue