v2.2.11
This commit is contained in:
parent
0e1f88485b
commit
ef8c6bcfc7
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ clog
|
|||
/php-cs-fixer-2.2.8-aca23e7.tgz
|
||||
/php-cs-fixer-2.2.9-eace538.tgz
|
||||
/php-cs-fixer-2.2.10-b0e0f1d.tgz
|
||||
/php-cs-fixer-2.2.11-11937d6.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit b0e0f1d3d0b36a728768f9c44b074b22eb4b4c64
|
||||
%global gh_commit 11937d6616f02451af7540cfda3e13bffc25f51f
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner FriendsOfPHP
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-cs-fixer
|
||||
Version: 2.2.10
|
||||
Version: 2.2.11
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: A tool to automatically fix PHP code style
|
||||
|
||||
|
|
@ -263,6 +263,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 20 2017 Remi Collet <remi@remirepo.net> - 2.2.11-1
|
||||
- Update to 2.2.11
|
||||
|
||||
* Fri Nov 10 2017 Remi Collet <remi@remirepo.net> - 2.2.10-1
|
||||
- Update to 2.2.10
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-cs-fixer-2.2.10-b0e0f1d.tgz) = 6c42b899f210018eaa157d20bdfb2576a1ce76aa1bdc97a706dcb29fe79b6978710d5dae99c242bbaec936b58d18faf63ce1fbaa8551861e41371c760f1d9e10
|
||||
SHA512 (php-cs-fixer-2.2.11-11937d6.tgz) = 9fffbdfdcc9010086d0eb186297b8dd7bc25daf3116ef449db6c28243a8d71523a14f83d1305c2b617ea26442b9c63a17694610370c09d82f83cc3c88eaf1990
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue