diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2024-12-04 08:01:02 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2024-12-04 14:49:38 +0200 |
commit | 339fc33245ab0a6676ef8eb7fa35019dd21c1d19 (patch) | |
tree | c395c86a82792800375aba4c852e57386a54e3bd | |
parent | editors/vscode: remove USE_LDCONFIG and add BUNDLE_LIBS (diff) |
textproc/apache-solr: update to 9.7.0
Changes: https://solr.apache.org/docs/9_7_0/changes/Changes.html#v9.7.0.bug_fixes
-rw-r--r-- | textproc/apache-solr/Makefile | 3 | ||||
-rw-r--r-- | textproc/apache-solr/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index b7025fa45828..4193227435e8 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -1,7 +1,6 @@ PORTNAME= apache-solr -PORTVERSION= 9.6.0 +PORTVERSION= 9.7.0 PORTEPOCH= 1 -PORTREVISION= 1 CATEGORIES= textproc java MASTER_SITES= https://archive.apache.org/dist/solr/solr/${PORTVERSION}/ DISTNAME= solr-${PORTVERSION} diff --git a/textproc/apache-solr/distinfo b/textproc/apache-solr/distinfo index a137b22867af..923796921038 100644 --- a/textproc/apache-solr/distinfo +++ b/textproc/apache-solr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714540868 -SHA256 (solr-9.6.0.tgz) = 39ec04e45bb0a911cee6e4355a416e0ee25e1cc39f5316a3a654985a85a8ed32 -SIZE (solr-9.6.0.tgz) = 282419640 +TIMESTAMP = 1733237470 +SHA256 (solr-9.7.0.tgz) = 38548b86fa4e3c87883875952da124bf7d742cb8f7b25d37a1176833588e8552 +SIZE (solr-9.7.0.tgz) = 282847338 |