parent
277412bbf9
commit
5074218f18
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/php-phpstan-phpdoc-parser-2.0.0-c00d78f.tgz
|
||||
/php-phpstan-phpdoc-parser-2.0.1-72e51f7.tgz
|
||||
/php-phpstan-phpdoc-parser-2.0.2-51087f8.tgz
|
||||
/php-phpstan-phpdoc-parser-2.1.0-9b30d6f.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 51087f87dcce2663e1fed4dfd4e56eccd580297e
|
||||
%global gh_commit 9b30d6fd026b2c132b3985ce6b23bec09ab3aa68
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner phpstan
|
||||
%global gh_project phpdoc-parser
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
%global major %nil
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}%{major}
|
||||
Version: 2.0.2
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: PHPDoc parser with support for nullable, intersection and generic types
|
||||
|
||||
|
|
@ -127,6 +127,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 19 2025 Remi Collet <remi@remirepo.net> - 2.1.0-1
|
||||
- update to 2.1.0
|
||||
|
||||
* Tue Feb 18 2025 Remi Collet <remi@remirepo.net> - 2.0.2-1
|
||||
- update to 2.0.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpstan-phpdoc-parser-2.0.2-51087f8.tgz) = 95ef0c04a0c192cc8dc9ab5f657324f66e1f709a4e349f4ee766d01c3610f0f39f00be728efc8824949188aa06b364cc985349ecd2d4b68d678f322c9378b301
|
||||
SHA512 (php-phpstan-phpdoc-parser-2.1.0-9b30d6f.tgz) = 55e686acd5c3b0f4954dbb7befde1b619c2fc61d19a2d2a50364fa79157132a90a82de6582ec9f15451f29e52a112f5424ad62fc66d10765586ffc438edb07d7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue