diff options
Diffstat (limited to 'php-opis-closure.spec')
-rw-r--r-- | php-opis-closure.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-opis-closure.spec b/php-opis-closure.spec index 3aa3d4b..5d62c89 100644 --- a/php-opis-closure.spec +++ b/php-opis-closure.spec @@ -12,8 +12,8 @@ %global github_owner opis %global github_name closure -%global github_version 3.6.0 -%global github_commit c547f8262a5fa9ff507bd06cc394067b83a75085 +%global github_version 3.6.1 +%global github_commit 943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5 %global composer_vendor opis %global composer_project closure @@ -178,6 +178,9 @@ exit $RETURN_CODE %changelog +* Mon Nov 9 2020 Remi Collet <remi@remirepo.net> - 3.6.1-1 +- update to 3.6.1 + * Mon Oct 12 2020 Remi Collet <remi@remirepo.net> - 3.6.0-1 - update to 3.6.0 - switch to phpunit9 |