Skip to content

Commit

Permalink
Revert to original version of ApacheTika due to poor results on virus…
Browse files Browse the repository at this point in the history
…total.com
  • Loading branch information
sdottaka committed May 31, 2024
1 parent 7f5b665 commit e8efbdf
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.9.2/tika-app-2.9.2.jar
https://repo1.maven.org/maven2/org/apache/tika/tika-app/2.9.2/tika-app-2.9.2-sources.jar
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
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.9.2
set TikaVer=2.6.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=87e06f88c801fcb2beae5f15e707241edb14da468a154ad78be4e31ff982c3da
set TIKA_SHA256=fa289b58a5c1bb531ace78324625512a9448aa8472b5eb88b65988964048815a

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

0 comments on commit e8efbdf

Please sign in to comment.