diff options
Diffstat (limited to 'php-jsonlint.spec')
-rw-r--r-- | php-jsonlint.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-jsonlint.spec b/php-jsonlint.spec index 2fc345a..8ba75ca 100644 --- a/php-jsonlint.spec +++ b/php-jsonlint.spec @@ -13,8 +13,8 @@ %global github_owner Seldaek %global github_name jsonlint -%global github_version 1.8.9 -%global github_commit d9a308b84277a7dd651ba89bf5ed37b88497b171 +%global github_version 1.9.0 +%global github_commit 4211420d25eba80712bff236a98960ef68b866b7 # "php": "^5.3 || ^7.0 || ^8.0" %global php_min_ver 5.3 @@ -128,6 +128,9 @@ exit $ret %changelog +* Mon Apr 4 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1 +- update to 1.9.0 + * Thu Mar 31 2022 Remi Collet <remi@remirepo.net> - 1.8.9-1 - update to 1.8.9 - switch to phpunit8 |