diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2023-06-18 16:01:50 +0300 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2023-06-19 06:49:11 +0300 |
commit | 90c9dd92650814f96b99a5db257e8b620e00b16f (patch) | |
tree | f7ed08f9ce5ffb2f579308dff821e4f72856db4f /textproc/apache-solr/Makefile | |
parent | textproc/apache-solr: switch to version 9 (diff) |
textproc/apache-solr: update to 9.2.1
Changelog:
https://solr.apache.org/news.html#apache-solrtm-921-available
Diffstat (limited to 'textproc/apache-solr/Makefile')
-rw-r--r-- | textproc/apache-solr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index 7bc5ef3b5cb2..5517c348c1e0 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -1,5 +1,5 @@ PORTNAME= apache-solr -PORTVERSION= 9.2.0 +PORTVERSION= 9.2.1 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= textproc java |