Skip to content

Commit

Permalink
Update Apache Tika to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Nov 22, 2024
1 parent 958c916 commit ad0dccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Plugins/Commands/Apache-Tika/URL.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://repo1.maven.org/maven2/org/apache/tika/tika-app/2.6.0/tika-app-2.6.0.jar
https://repo1.maven.org/maven2/org/apache/tika/tika-app/2.6.0/tika-app-2.6.0-sources.jar
https://repo1.maven.org/maven2/org/apache/tika/tika-app/3.0.0/tika-app-3.0.0.jar
https://repo1.maven.org/maven2/org/apache/tika/tika-app/3.0.0/tika-app-3.0.0-sources.jar
4 changes: 2 additions & 2 deletions Plugins/Commands/Apache-Tika/tika.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@echo off
setlocal EnableDelayedExpansion
set TikaVer=2.6.0
set TikaVer=3.0.0
set TikaJar=tika-app-%TikaVer%.jar
set DOWNLOAD_URL=https://repo1.maven.org/maven2/org/apache/tika/tika-app/%TikaVer%/%TikaJar%
set TIKA_PATH=Commands\Apache-Tika\%TikaJar%
set MESSAGE='Apache Tika is not installed. Do you want to download it from %DOWNLOAD_URL%'
set TITLE='Apache Tika Plugin'
set TIKA_SHA256=fa289b58a5c1bb531ace78324625512a9448aa8472b5eb88b65988964048815a
set TIKA_SHA256=f2c156533fac004d3d30d322555bb1f2581a104558a913bfc74d8c48dcf4541c

cd "%APPDATA%\WinMerge"
if not exist %TIKA_PATH% (
Expand Down

0 comments on commit ad0dccc

Please sign in to comment.