summaryrefslogtreecommitdiffstats
path: root/php-jsonlint.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-04 08:33:56 +0200
committerRemi Collet <remi@php.net>2022-04-04 08:33:56 +0200
commitec17540c76dbbbb873dc8f26c7e6325a7142050f (patch)
treeb2b144a69b1b471cd8f596df59b5e65e3e8b529d /php-jsonlint.spec
parent3c0d14a63a70cbf22e4b65c4a38035c56e4c6969 (diff)
update to 1.9.0
Diffstat (limited to 'php-jsonlint.spec')
-rw-r--r--php-jsonlint.spec7
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