From 35580338609ed4e6cf8918bdf605221e6d32889c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Feb 2024 09:09:58 +0100 Subject: update to 3.51.0 --- php-cs-fixer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-cs-fixer.spec') diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index e90ec79..842d7dd 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit dbea11dcb6d9a1f6c8d51c0e580ab4a8876f524c +%global gh_commit 127fa74f010da99053e3f5b62672615b72dd6efd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2024-02-23 +%global gh_date 2024-02-29 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.50.0 +Version: 3.51.0 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -150,6 +150,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Thu Feb 29 2024 Remi Collet - 3.51.0-1 +- update to 3.51.0 + * Mon Feb 26 2024 Remi Collet - 3.50.0-1 - update to 3.50.0 -- cgit