v3.9.5
This commit is contained in:
parent
a5593a7024
commit
be6dea4afc
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -63,3 +63,4 @@ clog
|
|||
/php-cs-fixer-3.9.2-9b23c42.tgz
|
||||
/php-cs-fixer-3.9.3-bad87e6.tgz
|
||||
/php-cs-fixer-3.9.4-093466b.tgz
|
||||
/php-cs-fixer-3.9.5-4465d70.tgz
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 093466b1c3ff3e3b469bdbc9827bb2362de6b2fa
|
||||
%global gh_commit 4465d70ba776806857a1ac2a6f877e582445ff36
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner FriendsOfPHP
|
||||
%global gh_project PHP-CS-Fixer
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 3.9.4
|
||||
Version: 3.9.5
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: PHP Coding Standards Fixer
|
||||
|
||||
|
|
@ -151,6 +151,9 @@ sed -e 's:%{_datadir}:%{buildroot}%{_datadir}:' -i %{name}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 22 2022 Remi Collet <remi@remirepo.net> - 3.9.5-1
|
||||
- update to 3.9.5
|
||||
|
||||
* Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 3.9.4-1
|
||||
- update to 3.9.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-3.9.4-093466b.tgz) = e831b9bb979bde002ddb5e055610e0a9d2d59e261f4f315977391f1c1e2670fd65ca023e9e693bf661907561ee6943b8114bd7e8a6615ac137c3ee9a15837a36
|
||||
SHA512 (php-cs-fixer-3.9.5-4465d70.tgz) = 4f366b684baeb6b7a4700c94367eef7884efced704d6fbe0aeedf1598735535a6d96b4f4cf15f62ecf0fdab6e402bde99d02b20ae9c0b347be8d529aef7d2ada
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue